aboutsummaryrefslogtreecommitdiff
path: root/test/mmcbmmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mmcbmmonitor.c')
-rw-r--r--test/mmcbmmonitor.c2
1 files changed, 1 insertions, 1 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);