diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-31 21:02:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-31 21:02:37 -0700 |
commit | 3a5518589ffb7d24e164dd9616cd1fbb8200f39a (patch) | |
tree | 29266a3c6a877bc5bfca04fa7801512bf4dccee4 | |
parent | 0f16d3da90c101e653b552dd3810b7c3092cb145 (diff) |
Comment typo fix
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | setxkbmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setxkbmap.c b/setxkbmap.c index 7156344..721e2ee 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -547,7 +547,7 @@ getDisplay(int argc, char **argv) /***====================================================================***/ /** - * Retrieve xkb values from th the XKB_RULES_NAMES property and store their + * Retrieve xkb values from the XKB_RULES_NAMES property and store their * contents in svValues. * If the property cannot be read, the built-in defaults are used. * |