Commit c00df8857747093b9300e5697d968990e0482187

Ran Benita 2014-09-18T12:13:59

x11, doc: fix typo Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
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