diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
commit | e95336d106c9678433147307f80abe8810ae59bd (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /test/mmtty.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) | |
parent | 68933455df82b2259c1a091232ded3334c87c551 (diff) |
Merge request !1316 from 'typos'
treewide: Fix typos
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1316
Diffstat (limited to 'test/mmtty.c')
-rw-r--r-- | test/mmtty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mmtty.c b/test/mmtty.c index 26ddb0b7..db22c268 100644 --- a/test/mmtty.c +++ b/test/mmtty.c @@ -332,7 +332,7 @@ int main (int argc, char **argv) signal (SIGHUP, signals_handler); signal (SIGTERM, signals_handler); - /* Setup main loop and shedule start in idle */ + /* Setup main loop and schedule start in idle */ loop = g_main_loop_new (NULL, FALSE); g_idle_add ((GSourceFunc)start_cb, NULL); g_main_loop_run (loop); |