init: --minimal does not take an optional argument
[fio.git] / json.c
diff --git a/json.c b/json.c
index cdc3b2185fa428e3a68842c44b7079448607108b..cba370ab4bdc59f70c425f9cea38fd63f4e47829 100644 (file)
--- a/json.c
+++ b/json.c
@@ -84,7 +84,7 @@ static char *strdup_escape(const char *str)
 }
 
 /*
- * Valid JSON strings must escape '"' and '/' with a preceeding '/'
+ * Valid JSON strings must escape '"' and '/' with a preceding '/'
  */
 static struct json_value *json_create_value_string(const char *str)
 {