mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
server: fix typos
This commit is contained in:
parent
4c086a8ce2
commit
dad8575a4b
2 changed files with 9 additions and 9 deletions
|
|
@ -261,8 +261,8 @@ wl_global_destroy(struct wl_global *global);
|
|||
* A filter function enables the server to decide which globals to
|
||||
* advertise to each client.
|
||||
*
|
||||
* When a wl_global filter is set, the given callback funtion will be
|
||||
* called during wl_global advertisment and binding.
|
||||
* When a wl_global filter is set, the given callback function will be
|
||||
* called during wl_global advertisement and binding.
|
||||
*
|
||||
* This function should return true if the global object should be made
|
||||
* visible to the client or false otherwise.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue