X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=json.c;h=cba370ab4bdc59f70c425f9cea38fd63f4e47829;hp=cdc3b2185fa428e3a68842c44b7079448607108b;hb=fb296043a09fa828e4121d655643f9332b3590e0;hpb=a57251532f088ef372f317f89695678691e3e095 diff --git a/json.c b/json.c index cdc3b218..cba370ab 100644 --- 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) {