Browse Source

Fix typo in main.h (#10858)

descripton -> description
Ikko Ashimine 4 years ago
parent
commit
5a815b1b1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/main.h

+ 1 - 1
daemon/main.h

@@ -19,7 +19,7 @@ struct option_def {
     const char val;
     /** The name of the long option. */
     const char *description;
-    /** Short descripton what the option does */
+    /** Short description what the option does */
     /** Name of the argument displayed in SYNOPSIS */
     const char *arg_name;
     /** Default value if not set */