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 /src/mm-base-cbm.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-base-cbm.c')
-rw-r--r-- | src/mm-base-cbm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-base-cbm.c b/src/mm-base-cbm.c index d35141be..212d2ce8 100644 --- a/src/mm-base-cbm.c +++ b/src/mm-base-cbm.c @@ -354,9 +354,9 @@ mm_base_cbm_new_with_part (MMBaseModem *modem, if (!mm_base_cbm_take_part (self, first_part, error)) g_clear_object (&self); - /* We do export uncomplete multipart messages, so clients can make use of it + /* We do export incomplete multipart messages, so clients can make use of it * Only the STATE of the CBM object will be valid in the exported DBus - * interface intially.*/ + * interface initially.*/ if (self) mm_base_cbm_export (self); |