From bf2a7bb4ffbd199882fe4bd183561469833a9e6b Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Thu, 10 Jan 2019 18:39:33 +0200 Subject: [PATCH] Fix typo in error message --- include/xserver_poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xserver_poll.h b/include/xserver_poll.h index 5a42307df..0f3a37c73 100644 --- a/include/xserver_poll.h +++ b/include/xserver_poll.h @@ -24,7 +24,7 @@ #define _XSERVER_POLL_H_ #ifndef _DIX_CONFIG_H_ -#error must inclue dix-config.h to use xserver_poll.h +#error must include dix-config.h to use xserver_poll.h #endif #ifdef HAVE_POLL