1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33: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
@@ -127,7 +127,7 @@ fset_mouse_get_distance_x (int x, int x2)
}
/*
* Returns an integer value from the hashtable (where value is a string).
* Return an integer value from the hashtable (where value is a string).
* If value is invalid, "default_value" is returned.
*/
@@ -152,7 +152,7 @@ fset_mouse_get_hashtable_int (struct t_hashtable *hashtable,
}
/*
* Gets coordinates from hashtable.
* Get coordinates from hashtable.
*/
void
@@ -310,9 +310,9 @@ fset_mouse_hsignal_cb (const void *pointer, void *data, const char *signal,
}
/*
* Initializes mouse.
* Initialize mouse.
*
* Returns:
* Return:
* 1: OK
* 0: error
*/
@@ -359,7 +359,7 @@ fset_mouse_init (void)
}
/*
* Ends mouse.
* End mouse.
*/
void