diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-05-02 09:49:34 +0100 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-05-02 17:46:25 -0700 |
commit | 8f4db349aaca8684774147cc4d5e2788633b5a0c (patch) | |
tree | f8409c9dd441f30e7dcf0d57b58e793c26d80182 | |
parent | 519177cff7921006c3413bfa480d54aa45f4ddc1 (diff) | |
download | wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.gz |
server: fix typo
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r-- | src/wayland-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c index ae9365f..f745e62 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -1308,7 +1308,7 @@ wl_display_add_socket_fd(struct wl_display *display, int sock_fd) * fails and returns -1. * * The length of socket path, i.e., the path set in XDG_RUNTIME_DIR and the - * socket name, must not exceed the maxium length of a Unix socket path. + * socket name, must not exceed the maximum length of a Unix socket path. * The function also fails if the user do not have write permission in the * XDG_RUNTIME_DIR path or if the socket name is already in use. * |