From: Tom Gundersen Date: Tue, 14 Apr 2015 14:55:18 +0000 (+0200) Subject: sd-devcie: fix typo X-Git-Tag: v220~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a917c064b23c1b8a12d6abd2f9f31c575ddebc6;p=thirdparty%2Fsystemd.git sd-devcie: fix typo --- diff --git a/src/libsystemd/sd-device/sd-device.c b/src/libsystemd/sd-device/sd-device.c index d420bd0425d..9dcb1a892bc 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; }