mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
core, plugins: fix typos in comments on functions, use imperative
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* Registers a python script.
|
||||
* Register a python script.
|
||||
*/
|
||||
|
||||
API_FUNC(register)
|
||||
@@ -5639,7 +5639,7 @@ API_FUNC(upgrade_close)
|
||||
}
|
||||
|
||||
/*
|
||||
* Initializes python functions.
|
||||
* Initialize python functions.
|
||||
*/
|
||||
|
||||
PyMethodDef weechat_python_funcs[] =
|
||||
|
||||
Reference in New Issue
Block a user