diff options
author | morganamilo <morganamilo@gmail.com> | 2018-05-03 21:59:43 +0100 |
---|---|---|
committer | morganamilo <morganamilo@gmail.com> | 2018-05-03 21:59:43 +0100 |
commit | 6305e6327f6d6bf774eba938e8f7789421e1a9f2 (patch) | |
tree | 6702a3677551290f00d6bb3e6a35875004e190a5 /backend/libinput/backend.c | |
parent | 5bd170b2f35e53494d342a8a9f02a7f986f7c45d (diff) |
Fix typos in comments and strings
Diffstat (limited to 'backend/libinput/backend.c')
-rw-r--r-- | backend/libinput/backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/backend.c b/backend/libinput/backend.c index 4fcd2fe4..f4d54c97 100644 --- a/backend/libinput/backend.c +++ b/backend/libinput/backend.c @@ -92,7 +92,7 @@ static bool backend_start(struct wlr_backend *_backend) { wlr_log(L_ERROR, "Failed to create input event on event loop"); return false; } - wlr_log(L_DEBUG, "libinput sucessfully initialized"); + wlr_log(L_DEBUG, "libinput successfully initialized"); return true; } |