diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:26:33 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:26:33 +0000 |
commit | e115e0b89e6286721c9d7eb5f7cc0195220b34be (patch) | |
tree | 91764a24ed8ac64b7525292177f45db944bab673 /example | |
parent | 6a7ad10ae0d9f7dcfc24cc2c0482dbd430cf2bc1 (diff) |
spelling: creating
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e7761e7f7..6a6a7a135 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -867,7 +867,7 @@ static void printResults(u_int64_t tot_usec) { if(json_flag) { #ifdef HAVE_JSON_C if((json_fp = fopen(_jsonFilePath,"w")) == NULL) { - printf("Error createing .json file %s\n", _jsonFilePath); + printf("Error creating .json file %s\n", _jsonFilePath); json_flag = 0; } else { jObj_main = json_object_new_object(); |