diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-24 17:10:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-24 17:10:32 +0200 |
commit | 3464865a000c70b54bc9332d66944855294a128f (patch) | |
tree | a32e5e1963fdf850ac159a6f7809268eca89b797 /src/core/wee-config.c | |
parent | b80c2763c37da8a4c276cacbd02a79bc09a74159 (diff) | |
download | weechat-3464865a000c70b54bc9332d66944855294a128f.zip |
Fix typo: easyly -> easily
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 2f19e071e..44522dbde 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1300,7 +1300,7 @@ config_weechat_init_options () weechat_config_file, ptr_section, "jump_current_to_previous_buffer", "boolean", N_("jump to previous buffer displayed when jumping to current buffer " - "number (to easyly switch to another buffer, then come back to " + "number (to easily switch to another buffer, then come back to " "current buffer)"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_nickmode = config_file_new_option ( |