diff options
Diffstat (limited to 'include/typelib.h')
-rw-r--r-- | include/typelib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/typelib.h b/include/typelib.h index 0d633e57e5a..fe270bfcebf 100644 --- a/include/typelib.h +++ b/include/typelib.h @@ -33,7 +33,7 @@ extern int find_type_with_warning(const char *x, TYPELIB *typelib, #define FIND_TYPE_BASIC 0 /** makes @c find_type() require the whole name, no prefix */ #define FIND_TYPE_NO_PREFIX (1U << 0) -/** always implicitely on, so unused, but old code may pass it */ +/** always implicitly on, so unused, but old code may pass it */ #define FIND_TYPE_NO_OVERWRITE 0 /** makes @c find_type() accept a number. Not used either */ #define FIND_TYPE_ALLOW_NUMBER 0 |