1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10: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
+11 -11
View File
@@ -66,7 +66,7 @@ TEST_GROUP(GuiCursesMouse)
/*
* Tests functions:
* Test functions:
* gui_mouse_enable
*/
@@ -76,7 +76,7 @@ TEST(GuiCursesMouse, Enable)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_disable
*/
@@ -86,7 +86,7 @@ TEST(GuiCursesMouse, Disable)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_display_state
*/
@@ -96,7 +96,7 @@ TEST(GuiCursesMouse, DisplayState)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_grab_init
*/
@@ -106,7 +106,7 @@ TEST(GuiCursesMouse, GrabInit)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_grab_event2input
*/
@@ -116,7 +116,7 @@ TEST(GuiCursesMouse, GrabEvent2input)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_grab_end
*/
@@ -126,7 +126,7 @@ TEST(GuiCursesMouse, GrabEnd)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_event_size
*/
@@ -157,7 +157,7 @@ TEST(GuiCursesMouse, EventSize)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_event_concat_gesture
*/
@@ -195,7 +195,7 @@ TEST(GuiCursesMouse, EventConcatGesture)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_event_name_sgr
*/
@@ -291,7 +291,7 @@ TEST(GuiCursesMouse, EventNameSgr)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_event_name_utf8
*/
@@ -372,7 +372,7 @@ TEST(GuiCursesMouse, EventNameUtf8)
}
/*
* Tests functions:
* Test functions:
* gui_mouse_event_process
*/