mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
core, irc, script: fix typos
This commit is contained in:
+1
-1
@@ -1721,7 +1721,7 @@ eval_expression_condition (const char *expr,
|
||||
|
||||
/*
|
||||
* evaluate sub-expressions between parentheses and replace them with their
|
||||
* value
|
||||
* values
|
||||
*/
|
||||
while (expr2[0] == '(')
|
||||
{
|
||||
|
||||
@@ -933,7 +933,7 @@ string_strip (const char *string, int left, int right, const char *chars)
|
||||
}
|
||||
|
||||
/*
|
||||
* Converts escaped chars to their value.
|
||||
* Converts escaped chars to their values.
|
||||
*
|
||||
* Following escaped chars are supported:
|
||||
* \" double quote
|
||||
|
||||
Reference in New Issue
Block a user