scanner: Fix typo in error message
This commit is contained in:
parent
bfe54cbe37
commit
7e57dc143e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user