diff options
| author | Diego Viola <diego.viola@gmail.com> | 2026-03-03 03:55:20 -0300 |
|---|---|---|
| committer | Diego Viola <diego.viola@gmail.com> | 2026-03-03 08:17:13 -0300 |
| commit | df10ef181e90ba8d0ce86e5f5e7280dad5d894c7 (patch) | |
| tree | 53db6e85ca40199ebe9db3e00841b41649a595a4 /tests/data | |
| parent | util: assert alloc is consistent with data in wl_array_add() (diff) | |
| download | wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar.gz wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar.bz2 wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar.lz wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar.xz wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.tar.zst wayland-df10ef181e90ba8d0ce86e5f5e7280dad5d894c7.zip | |
Fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/bad-identifier-protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/bad-identifier-protocol.xml b/tests/data/bad-identifier-protocol.xml index 7a172045..1aafb32d 100644 --- a/tests/data/bad-identifier-protocol.xml +++ b/tests/data/bad-identifier-protocol.xml @@ -3,6 +3,6 @@ <interface name="required_interface" version="13"> <description summary="required summary"> </description> - <event name="requied_event"/> + <event name="required_event"/> </interface> </protocol> |
