client: Fix source comment typos
authorMartin Olsson <martin@minimum.se>
Wed, 14 Nov 2012 18:58:31 +0000 (13:58 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 14 Nov 2012 18:59:03 +0000 (13:59 -0500)
src/wayland-client.c

index d3a7970..5ab000c 100644 (file)
@@ -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