scanner: Fix typo in error message

This commit is contained in:
Kristian Høgsberg 2011-10-24 17:05:39 -04:00
parent bfe54cbe37
commit 7e57dc143e

View File

@ -247,7 +247,7 @@ start_element(void *data, const char *element_name, const char **atts)
break;
default:
if (interface_name != NULL)
fail(ctx, "interface no allowed");
fail(ctx, "interface not allowed");
break;
}