mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ eval_expression_internal (const char *expr, struct t_hashtable *pointers,
|
||||
}
|
||||
pos++;
|
||||
}
|
||||
/* closing parenthese not found */
|
||||
/* closing parenthesis not found */
|
||||
if (pos[0] != ')')
|
||||
goto end;
|
||||
sub_expr = string_strndup (expr2 + 1, pos - expr2 - 1);
|
||||
|
||||
Reference in New Issue
Block a user