[systemd-commits] src/libsystemd

Tom Gundersen tomegun at kemper.freedesktop.org
Tue Apr 14 07:56:02 PDT 2015


 src/libsystemd/sd-device/sd-device.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a917c064b23c1b8a12d6abd2f9f31c575ddebc6
Author: Tom Gundersen <teg at jklm.no>
Date:   Tue Apr 14 16:55:18 2015 +0200

    sd-devcie: fix typo

diff --git a/src/libsystemd/sd-device/sd-device.c b/src/libsystemd/sd-device/sd-device.c
index d420bd0..9dcb1a8 100644
--- a/src/libsystemd/sd-device/sd-device.c
+++ b/src/libsystemd/sd-device/sd-device.c
@@ -775,7 +775,7 @@ _public_ int sd_device_get_subsystem(sd_device *device, const char **ret) {
                          path_startswith(device->devpath, "/bus/"))
                         r = device_set_subsystem(device, "subsystem");
                 if (r < 0)
-                        return log_debug_errno(r, "sd-devcie: could not set subsystem for %s: %m", device->devpath);
+                        return log_debug_errno(r, "sd-device: could not set subsystem for %s: %m", device->devpath);
 
                 device->subsystem_set = true;
         }



More information about the systemd-commits mailing list