diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-05-11 13:49:29 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 16:24:16 -0400 |
commit | 7be67389a999c3989bd13b5799a01d1e19d92214 (patch) | |
tree | 172aa6736e9886c9ee90013b569dd8db099f1d02 | |
parent | 7da1cec992bce135017e608a235d424605859814 (diff) |
treewide: Correct typos and spell plural of bus consistent
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | src/gudev/gudevdevice.c | 2 | ||||
-rw-r--r-- | src/udev/udev-builtin-keyboard.c | 2 |
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); |