diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 11:56:34 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 11:56:34 +0000 |
commit | 22d8c1017b42258cca85f31f0c2f0aa4ed8268c0 (patch) | |
tree | 0f5095d3114b806f3a4cdde1afb6e0b55f4fa165 /src/common | |
parent | 9481ec0c9c730a21aabe0b02a918219abb564bcb (diff) | |
download | weechat-22d8c1017b42258cca85f31f0c2f0aa4ed8268c0.zip |
Fixed typo in /window command help
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command.c b/src/common/command.c index 9f991657d..5d3d47d54 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -203,7 +203,7 @@ t_weechat_command weechat_commands[] = " right: switch to window on the right\n" "splith: split current window horizontally\n" "splitv: split current window vertically\n" - "resize: resize window size, new size is pct%% of parent window\n" + "resize: resize window size, new size is <pct> pourcentage of parent window\n" " merge: merge window with another (all = keep only one window)\n\n" "For splith and splitv, pct is a pourcentage which represents " "size of new window, computed with current window as size reference. " |