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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user