@cryptotaxi247 / netdata-1 / commits / 5a815b1b1

Fix typo in main.h (#10858)

descripton -> description

Ikko Ashimine committed Mar 25, 2021 at 23:27 UTC 5a815b1b1f9d7fa7f9aab19be8feab8ece3d900a
1 file changed +1 -1
daemon/main.h
+1 -1
@@ -19,7 +19,7 @@ struct option_def {
19 const char val;
20 /** The name of the long option. */
21 const char *description;
22 - /** Short descripton what the option does */
22 + /** Short description what the option does */
23 /** Name of the argument displayed in SYNOPSIS */
24 const char *arg_name;
25 /** Default value if not set */