summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2012-11-14 13:58:31 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-11-14 13:59:03 -0500
commitb46dab17f0912331b5687891d84361f67b16ec54 (patch)
treefb4dfcf7531463431ad582f13f4661126ce84c8d
parent73d845af941193c04c2451cea16f7500753e08b0 (diff)
client: Fix source comment typos
-rw-r--r--src/wayland-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index d3a7970..5ab000c 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1002,12 +1002,12 @@ wl_display_dispatch_pending(struct wl_display *display)
return dispatch_queue(display, &display->queue, 0);
}
-/** Retrieve the last error occured on a display
+/** Retrieve the last error occurred on a display
*
* \param display The display context object
- * \return The last error occured on \c display or 0 if no error occured
+ * \return The last error occurred on \c display or 0 if no error occurred
*
- * Return the last error occured on the display. This may be an error sent
+ * Return the last error occurred on the display. This may be an error sent
* by the server or caused by the local client.
*
* \note Errors are \b fatal. If this function returns non-zero the display