Просмотр исходного кода

Fix typo in main.h (#10858)

descripton -> description
Ikko Ashimine 4 лет назад
Родитель
Сommit
5a815b1b1f
1 измененных файлов с 1 добавлено и 1 удалено
  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 */