diff options
Diffstat (limited to 'src/lib/container/namemap.c')
-rw-r--r-- | src/lib/container/namemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/container/namemap.c b/src/lib/container/namemap.c index e286cad947..5299c78e83 100644 --- a/src/lib/container/namemap.c +++ b/src/lib/container/namemap.c @@ -82,7 +82,7 @@ namemap_fmt_name(const namemap_t *map, unsigned id) /** * Helper: As namemap_get_id(), but requires that <b>name</b> is - * <b>namelen</b> charaters long, and that <b>namelen</b> is no more than + * <b>namelen</b> characters long, and that <b>namelen</b> is no more than * MAX_NAMEMAP_NAME_LEN. */ static unsigned |