mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
core, plugins: fix typos in comments on functions, use imperative
This commit is contained in:
@@ -52,7 +52,7 @@ TEST_GROUP(CoreEval)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* eval_is_true
|
||||
*/
|
||||
|
||||
@@ -71,7 +71,7 @@ TEST(CoreEval, IsTrue)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* eval_expression (condition)
|
||||
*/
|
||||
|
||||
@@ -448,7 +448,7 @@ TEST(CoreEval, EvalCondition)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* eval_expression (expression)
|
||||
*/
|
||||
|
||||
@@ -1124,7 +1124,7 @@ TEST(CoreEval, EvalExpression)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* eval_expression (replace with regex)
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user