From: Eric Engestrom Date: Mon, 2 May 2016 08:49:34 +0000 (+0100) Subject: server: fix typo X-Git-Tag: 1.10.91~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f4db349aaca8684774147cc4d5e2788633b5a0c;p=platform%2Fupstream%2Fwayland.git server: fix typo Signed-off-by: Eric Engestrom Reviewed-by: Armin Krezović Reviewed-by: Bryce Harrington --- 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. *