summaryrefslogtreecommitdiff
path: root/src/xkbcomp/action.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-03-01 13:51:13 +0200
committerDaniel Stone <daniel@fooishbar.org>2013-03-18 22:20:04 +0000
commit540feef3bbfe8fc74caea306eed3af90ca9517ea (patch)
tree2a160f59471414be79150d779e3ecbb176d15388 /src/xkbcomp/action.c
parenta0fc9066effee5ebebac87a6154be92422506382 (diff)
downloadlibxkbcommon-540feef3bbfe8fc74caea306eed3af90ca9517ea.tar.gz
libxkbcommon-540feef3bbfe8fc74caea306eed3af90ca9517ea.tar.bz2
libxkbcommon-540feef3bbfe8fc74caea306eed3af90ca9517ea.zip
More spelling errors
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/xkbcomp/action.c')
-rw-r--r--src/xkbcomp/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/action.c b/src/xkbcomp/action.c
index 22762c6..d45b143 100644
--- a/src/xkbcomp/action.c
+++ b/src/xkbcomp/action.c
@@ -752,7 +752,7 @@ HandlePrivate(struct xkb_keymap *keymap, union xkb_action *action,
* It's possible for someone to write something like this:
* actions = [ Private(type=3,data[0]=1,data[1]=3,data[2]=3) ]
* where the type refers to some existing action type, e.g. LockMods.
- * This assumes that this action's struct is layed out in memory
+ * This assumes that this action's struct is laid out in memory
* exactly as described in the XKB specification and libraries.
* We, however, have changed these structs in various ways, so this
* assumption is no longer true. Since this is a lousy "feature", we