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 /examples/sms-c/sms-c-sync.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'examples/sms-c/sms-c-sync.c')
-rw-r--r-- | examples/sms-c/sms-c-sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sms-c/sms-c-sync.c b/examples/sms-c/sms-c-sync.c index 5a4a4a59..8de6f09e 100644 --- a/examples/sms-c/sms-c-sync.c +++ b/examples/sms-c/sms-c-sync.c @@ -127,7 +127,7 @@ int main (int argc, char **argv) * the events scheduled in the main context would never be fully released. * This is obviously not a problem in this example as it will just exit, but * it can serve as guideline for others integrating sync-only libmm-glib - * opertions in other programs. By creating an ephimeral main loop here and + * operations in other programs. By creating an ephimeral main loop here and * appending an idle task (that will be run after all the other idle tasks * that may have been already scheduled), we make sure all are processed and * removed before exiting.*/ |