summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-05-11 13:49:29 +0200
committerAnthony G. Basile <blueness@gentoo.org>2015-05-26 16:24:16 -0400
commit7be67389a999c3989bd13b5799a01d1e19d92214 (patch)
tree172aa6736e9886c9ee90013b569dd8db099f1d02 /src
parent7da1cec992bce135017e608a235d424605859814 (diff)
treewide: Correct typos and spell plural of bus consistent
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r--src/gudev/gudevdevice.c2
-rw-r--r--src/udev/udev-builtin-keyboard.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gudev/gudevdevice.c b/src/gudev/gudevdevice.c
index 7106719111..d7150ff6ae 100644
--- a/src/gudev/gudevdevice.c
+++ b/src/gudev/gudevdevice.c
@@ -992,7 +992,7 @@ g_udev_device_get_tags (GUdevDevice *device)
* g_udev_device_get_is_initialized:
* @device: A #GUdevDevice.
*
- * Gets whether @device has been initalized.
+ * Gets whether @device has been initialized.
*
* Returns: Whether @device has been initialized.
*
diff --git a/src/udev/udev-builtin-keyboard.c b/src/udev/udev-builtin-keyboard.c
index 2d2037fe1b..73171c352a 100644
--- a/src/udev/udev-builtin-keyboard.c
+++ b/src/udev/udev-builtin-keyboard.c
@@ -141,7 +141,7 @@ static void override_abs(int fd, const char *devnode,
return;
}
- log_debug("keyboard: %x overriden with %"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32" for \"%s\"",
+ log_debug("keyboard: %x overridden with %"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32" for \"%s\"",
evcode,
absinfo.minimum, absinfo.maximum, absinfo.resolution, absinfo.fuzz, absinfo.flat,
devnode);