summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2015-04-05 13:41:20 +0200
committerUli Schlachter <psychon@znc.in>2015-04-05 13:41:20 +0200
commit58b38aff25c152dd7e1812305d768309b1c5d803 (patch)
tree26accf7046c724a8afb03bc20521db5d71651cae
parentb82a03f403d28d35c7e2e34b6e25d268a011487f (diff)
Fix copy&paste error
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--src/xcb_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb_errors.h b/src/xcb_errors.h
index a0af831..aa1caf5 100644
--- a/src/xcb_errors.h
+++ b/src/xcb_errors.h
@@ -92,7 +92,7 @@ const char *xcb_errors_get_name_for_minor_code(xcb_errors_context_t *ctx,
* @param ctx An errors context, created with @ref xcb_errors_context_new ()
* @param event_code The response_type of an event.
* @param extension Will be set to the name of the extension that generated this
- * event or NULL for unknown errors or core X11 errors. This argument may be
+ * event or NULL for unknown events or core X11 events. This argument may be
* NULL.
* @return A string allocated in static storage that contains a name for this
* major code. This will never return NULL, but other functions in this library