Skip to content
Snippets Groups Projects
Commit 9e191e8d authored by Jan Kadlec's avatar Jan Kadlec
Browse files

s/warning/warnings

parent 602605ee
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ static void log_error_from_node(err_handler_t *handler,
fprintf(stderr, "%s", error_messages[-error]);
free(name);
} else {
fprintf(stderr, "Total number of warning is: %d for error: %s",
fprintf(stderr, "Total number of warnings is: %d for error: %s",
handler->errors[-error],
error_messages[-error]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment