mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
scanner: Fix typo in error message
This commit is contained in:
parent
bfe54cbe37
commit
7e57dc143e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue