1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +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
+7 -7
View File
@@ -128,7 +128,7 @@ TEST_GROUP(CoreUtf8)
};
/*
* Tests functions:
* Test functions:
* utf8_has_8bits
* utf8_is_valid
*/
@@ -302,7 +302,7 @@ TEST(CoreUtf8, Validity)
}
/*
* Tests functions:
* Test functions:
* utf8_normalize
*/
@@ -323,7 +323,7 @@ TEST(CoreUtf8, Normalize)
}
/*
* Tests functions:
* Test functions:
* utf8_prev_char
* utf8_next_char
* utf8_beginning_of_line
@@ -434,7 +434,7 @@ TEST(CoreUtf8, Move)
}
/*
* Tests functions:
* Test functions:
* utf8_char_int
* utf8_int_string
* utf8_wide_char
@@ -500,7 +500,7 @@ TEST(CoreUtf8, Convert)
}
/*
* Tests functions:
* Test functions:
* utf8_char_size
* utf8_char_size_screen
* utf8_strlen
@@ -620,7 +620,7 @@ TEST(CoreUtf8, Size)
}
/*
* Tests functions:
* Test functions:
* utf8_strndup
*/
@@ -638,7 +638,7 @@ TEST(CoreUtf8, Duplicate)
}
/*
* Tests functions:
* Test functions:
* utf8_strncpy
*/