From b877a53f808a22756047613fd40509591d76c787 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 24 Mar 2012 11:05:24 +0100 Subject: [PATCH] aspell: fix typo in a comment --- src/plugins/aspell/weechat-aspell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index c4817a273..9457c5f38 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -679,7 +679,7 @@ weechat_aspell_modifier_cb (void *data, const char *modifier, return NULL; /* - * for performance: return last stirng built if input string is the + * for performance: return last string built if input string is the * same (for example user just change cursor position, or input text is * refreshed with same content) */