]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! Print the error message for --dump-config even if no arguments are given.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 20:31:17 +0000 (16:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Oct 2019 16:01:40 +0000 (12:01 -0400)
Fix a spelling error.

src/app/config/config.c

index ea6a5e23360a197b2e725db85a2d35ae6b9c62b1..cc5bc882776ff3901222faf89a599f008c58d820 100644 (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;