x11, doc: fix typo Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/xkbcommon/xkbcommon-x11.h b/xkbcommon/xkbcommon-x11.h
index 4168867..f747fb5 100644
--- a/xkbcommon/xkbcommon-x11.h
+++ b/xkbcommon/xkbcommon-x11.h
@@ -93,7 +93,7 @@ extern "C" {
* functions, like xkb_state_key_get_one_sym() and xkb_state_key_get_utf8(),
* as you normally would.
*
- * Note: There is not need to call xkb_state_update_key(); the state is
+ * Note: There is no need to call xkb_state_update_key(); the state is
* already synchronized.
*
* @endparblock