aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-server-core.h
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 15:42:10 -0500
committerMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 16:03:14 -0500
commitdad8575a4bf3fabf1f480dfd0b8272935ed41bdb (patch)
treeffc90c66a5fa1aa8303508ef972c836dc373b5c6 /src/wayland-server-core.h
parentegl: fix typo "Backards" (diff)
downloadwayland-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.h4
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.