From 7be67389a999c3989bd13b5799a01d1e19d92214 Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Mon, 11 May 2015 13:49:29 +0200 Subject: treewide: Correct typos and spell plural of bus consistent Signed-off-by: Anthony G. Basile --- src/gudev/gudevdevice.c | 2 +- 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); -- cgit v1.2.3-54-g00ecf