From 149c77decdbc81979af5aa9853e346f9beebca79 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 Mar 2013 12:55:20 +0100 Subject: core: fix typos in many comments and some strings --- doc/en/autogen/user/weechat_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/autogen/user/weechat_commands.txt') diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index c155cf0e7..e2df26c2d 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -229,7 +229,7 @@ To force a string comparison, add double quotes around each expression, for exam 50 > 100 ==> 0 "50" > "100" ==> 1 -Some variables are replaced in expression, using the format ${variable}, variable can be, by order of prioity : +Some variables are replaced in expression, using the format ${variable}, variable can be, by order of priority : 1. the name of an option (file.section.option) 2. the name of a local variable in buffer 3. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer. -- cgit v1.2.3