diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-03-11 22:47:35 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2025-03-11 23:15:57 +0100 |
commit | 68933455df82b2259c1a091232ded3334c87c551 (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /test/mmsmsmonitor.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'test/mmsmsmonitor.c')
-rw-r--r-- | test/mmsmsmonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mmsmsmonitor.c b/test/mmsmsmonitor.c index de895214..8b547ecc 100644 --- a/test/mmsmsmonitor.c +++ b/test/mmsmsmonitor.c @@ -183,7 +183,7 @@ int main (int argc, char **argv) g_unix_signal_add (SIGHUP, (GSourceFunc) signals_handler, NULL); g_unix_signal_add (SIGTERM, (GSourceFunc) signals_handler, NULL); - /* Setup main loop and shedule start in idle */ + /* Setup main loop and schedule start in idle */ loop = g_main_loop_new (NULL, FALSE); g_main_loop_run (loop); |