summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel Gadllah <adel.gadllah@gmail.com>2009-04-13 01:29:56 +0200
committerAdel Gadllah <adel.gadllah@gmail.com>2009-04-13 01:29:56 +0200
commitbec6c1c0017e6054b6fccf275f9754103201dd8a (patch)
tree4eb7e42679350138d95103c86905421349f76521
parentb01976b616ce8dbe2d73260267c9dc4295c9c71e (diff)
Fix typo in comment
-rw-r--r--fedora-setup-keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-setup-keyboard.c b/fedora-setup-keyboard.c
index 8c1e6b7..0c4f217 100644
--- a/fedora-setup-keyboard.c
+++ b/fedora-setup-keyboard.c
@@ -57,7 +57,7 @@ gchar* remove_quotes(gchar *str) {
* Append the given value to the current value of matching key.
* Memory for the returned string must be freed by the caller.
*
- * Only mergess input.xkb.options ATM
+ * Only merges input.xkb.options ATM
*/
gchar *merge_key(LibHalContext *hal_ctx, gchar *udi, gchar* key, gchar *value) {
gchar *xkb_opts;