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 /include/wlr/backend | |
parent | 5bd170b2f35e53494d342a8a9f02a7f986f7c45d (diff) |
Fix typos in comments and strings
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index 7ff9691f..4d04b363 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -43,7 +43,7 @@ struct wlr_session { * of the terminal (Xorg, another Wayland compositor, etc.). * * If logind support is not enabled, you must have CAP_SYS_ADMIN or be root. - * It is safe to drop priviledges after this is called. + * It is safe to drop privileges after this is called. * * Returns NULL on error. */ |