diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 15:42:10 -0500 |
|---|---|---|
| committer | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 16:03:14 -0500 |
| commit | dad8575a4bf3fabf1f480dfd0b8272935ed41bdb (patch) | |
| tree | ffc90c66a5fa1aa8303508ef972c836dc373b5c6 /src/wayland-server-core.h | |
| parent | egl: fix typo "Backards" (diff) | |
| download | wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar.gz wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar.bz2 wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar.lz wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar.xz wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.tar.zst wayland-dad8575a4bf3fabf1f480dfd0b8272935ed41bdb.zip | |
server: fix typos
Diffstat (limited to 'src/wayland-server-core.h')
| -rw-r--r-- | src/wayland-server-core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index fd4fc3e..64d7169 100644 --- a/src/wayland-server-core.h +++ b/src/wayland-server-core.h @@ -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. |
