fixed a typo

This commit is contained in:
neo
2026-08-27 18:05:02 +02:00
parent 9ece322dc7
commit e54373717b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ fn main() -> io::Result<()> {
// left blank
});
// register the callbacks in wayland
registry.registry_listener();
registry.register_listener();
// take a look around
let _ = display.roundtrip();