From e74cde739eee62be15d85ad62ce8b7c8bbd90d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 2 Oct 2015 17:32:52 +0800 Subject: [PATCH] client: Fix minor grammar issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl Reviewed-by: Bryce Harrington --- src/wayland-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 09c594ae..1d5f6446 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -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. *