mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
519177cff7
commit
8f4db349aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue