diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 12:19:47 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 12:19:47 +0200 |
commit | 1691b3060c987943730f68fa7b4c23af9466d569 (patch) | |
tree | 8dc3fa4ec7555be663ad7afbcc0a5c58c4e09e3e /src | |
parent | 14966acaf26d4dfa1b5ab5acdf3478967a39e748 (diff) | |
download | weechat-1691b3060c987943730f68fa7b4c23af9466d569.zip |
Fix typo: explicitely -> explicitly
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/aspell/weechat-aspell-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/aspell/weechat-aspell-config.c b/src/plugins/aspell/weechat-aspell-config.c index aea40c5f0..4d68f4b0d 100644 --- a/src/plugins/aspell/weechat-aspell-config.c +++ b/src/plugins/aspell/weechat-aspell-config.c @@ -302,7 +302,7 @@ weechat_aspell_config_init () "default_dict", "string", N_("default dictionary (or comma separated list of dictionaries) to " "use when buffer has no dictionary defined (leave blank to disable " - "aspell on buffers for which you didn't explicitely enabled it)"), + "aspell on buffers for which you didn't explicitly enabled it)"), NULL, 0, 0, "", NULL, 0, NULL, NULL, &weechat_aspell_config_change_default_dict, NULL, NULL, NULL); weechat_aspell_config_check_during_search = weechat_config_new_option ( |