diff options
-rw-r--r-- | src/app/config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index ea6a5e2336..cc5bc88277 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -2446,7 +2446,7 @@ typedef enum { ARGUMENT_NONE = 0, /** Describes an option that takes a single argument. */ ARGUMENT_NECESSARY = 1, - /** Describes an option that takes a single optinal argument. */ + /** Describes an option that takes a single optional argument. */ ARGUMENT_OPTIONAL = 2 } takes_argument_t; |