client: Fix minor grammar issue

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Jonas Ådahl 2015-10-02 17:32:52 +08:00 committed by Bryce Harrington
parent e0b2166c99
commit e74cde739e

View file

@ -157,7 +157,7 @@ display_fatal_error(struct wl_display *display, int error)
/**
* This function is called for error events
* and indicates that in some object an error occurred.
* Difference between this function and display_fatal_error()
* The difference between this function and display_fatal_error()
* is that this one handles errors that will come by wire,
* whereas display_fatal_error() is called for local errors.
*