1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core, plugins: fix typos in comments on functions, use imperative

This commit is contained in:
Sébastien Helleu
2026-03-23 20:45:36 +01:00
parent d34eb40187
commit f53e7fb9ef
342 changed files with 6669 additions and 6729 deletions
+9 -9
View File
@@ -84,7 +84,7 @@ TEST_GROUP(CoreUtil)
};
/*
* Tests functions:
* Test functions:
* util_parse_int
* util_parse_long
* util_parse_longlong
@@ -179,7 +179,7 @@ TEST(CoreUtil, ParseNumber)
}
/*
* Tests functions:
* Test functions:
* util_timeval_cmp
* util_timeval_diff
* util_timeval_add
@@ -230,7 +230,7 @@ TEST(CoreUtil, Timeval)
}
/*
* Tests functions:
* Test functions:
* util_get_microseconds_string
*/
@@ -267,7 +267,7 @@ TEST(CoreUtil, GetMicrosecondsString)
}
/*
* Tests functions:
* Test functions:
* util_get_time_string
*/
@@ -282,7 +282,7 @@ TEST(CoreUtil, GetTimeString)
}
/*
* Tests functions:
* Test functions:
* util_strftimeval
*/
@@ -402,7 +402,7 @@ TEST(CoreUtil, Strftimeval)
}
/*
* Tests functions:
* Test functions:
* util_parse_time
*/
@@ -622,7 +622,7 @@ TEST(CoreUtil, ParseTime)
}
/*
* Tests functions:
* Test functions:
* util_get_time_diff
*/
@@ -691,7 +691,7 @@ TEST(CoreUtil, GetTimeDiff)
}
/*
* Tests functions:
* Test functions:
* util_parse_delay
*/
@@ -758,7 +758,7 @@ TEST(CoreUtil, ParseDelay)
}
/*
* Tests functions:
* Test functions:
* util_version_number
*/