1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +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
+5 -5
View File
@@ -34,7 +34,7 @@ TEST_GROUP(IrcIgnore)
};
/*
* Tests functions:
* Test functions:
* irc_ignore_new
*/
@@ -64,7 +64,7 @@ TEST(IrcIgnore, New)
}
/*
* Tests functions:
* Test functions:
* irc_ignore_free
* irc_ignore_free_all
*/
@@ -105,7 +105,7 @@ TEST(IrcIgnore, Free)
}
/*
* Tests functions:
* Test functions:
* irc_ignore_valid
*/
@@ -128,7 +128,7 @@ TEST(IrcIgnore, Valid)
}
/*
* Tests functions:
* Test functions:
* irc_ignore_search
* irc_ignore_search_by_number
*/
@@ -171,7 +171,7 @@ TEST(IrcIgnore, Search)
}
/*
* Tests functions:
* Test functions:
* irc_ignore_check_host
*/