fixup! Print the error message for --dump-config even if no arguments are given.

Fix a spelling error.
This commit is contained in:
Nick Mathewson 2019-10-16 16:31:17 -04:00
parent 763d955a17
commit d15223a385

View File

@ -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;