chiark / gitweb /
sd-devcie: fix typo
authorTom Gundersen <teg@jklm.no>
Tue, 14 Apr 2015 14:55:18 +0000 (16:55 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:05:26 +0000 (08:05 +0100)
src/libelogind/sd-device/sd-device.c

index d420bd0425d7e184a6bced2c3132164bbe486cb1..9dcb1a892bc46a13758d957083416c8cc24fa1fb 100644 (file)
@@ -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;
         }