summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-05-02 09:49:34 +0100
committerBryce Harrington <bryce@osg.samsung.com>2016-05-02 17:46:25 -0700
commit8f4db349aaca8684774147cc4d5e2788633b5a0c (patch)
treef8409c9dd441f30e7dcf0d57b58e793c26d80182
parentclient: fix typo (diff)
downloadwayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.gz
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.bz2
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.lz
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.xz
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.tar.zst
wayland-8f4db349aaca8684774147cc4d5e2788633b5a0c.zip
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.c2
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.
*