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-error-helpers.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-error-helpers.c')
-rw-r--r-- | src/mm-error-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-error-helpers.c b/src/mm-error-helpers.c index b1efab21..75598c46 100644 --- a/src/mm-error-helpers.c +++ b/src/mm-error-helpers.c @@ -597,7 +597,7 @@ mm_register_error_mapping (GQuark input_error_domain, input->error_code = input_error_code; /* ensure no other error is registered with the same hash, we don't want or - * expect dupicates*/ + * expect duplicates*/ g_assert (!g_hash_table_lookup (error_mappings, input)); output = g_slice_new0 (DomainCodePair); |