diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mmcbmmonitor.c | 2 | ||||
-rw-r--r-- | test/mmsmsmonitor.c | 2 | ||||
-rw-r--r-- | test/mmtty.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/mmcbmmonitor.c b/test/mmcbmmonitor.c index 19e39d09..a118b410 100644 --- a/test/mmcbmmonitor.c +++ b/test/mmcbmmonitor.c @@ -196,7 +196,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); 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); 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); |