Skip to content
Snippets Groups Projects
Commit 9c0f863d authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

kzonecheck: fix grammar

parent de668b10
No related branches found
No related tags found
1 merge request!510Semantic checks
......@@ -59,7 +59,7 @@ int err_handler_printf(err_handler_t *handler, const zone_contents_t *zone,
static void print_statistics(err_handler_stats_t *handler)
{
err_handler_stats_t *h = (err_handler_stats_t *)handler;
fprintf(h->outfile, "\nERRORS SUMMARY:\n\tCount\tError\n");
fprintf(h->outfile, "\nERROR SUMMARY:\n\tCount\tError\n");
for(int i = ZC_ERR_UNKNOWN; i < ZC_ERR_LAST; ++i) {
if (h->errors[-i] > 0) {
fprintf(h->outfile, "\t%u\t%s\n", h->errors[-i],
......
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