From: Zach Smith Date: Tue, 14 May 2019 04:02:06 +0000 (-0700) Subject: fix typo in partition device message X-Git-Tag: v243-rc1~437^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12565%2Fhead;p=thirdparty%2Fsystemd.git fix typo in partition device message --- diff --git a/src/sleep/sleep.c b/src/sleep/sleep.c index 11aabaf923d..ed570deaee0 100644 --- a/src/sleep/sleep.c +++ b/src/sleep/sleep.c @@ -50,7 +50,7 @@ static int write_hibernate_location_info(void) { if (streq(type, "partition")) { r = write_string_file("/sys/power/resume", device, WRITE_STRING_FILE_DISABLE_BUFFER); if (r < 0) - return log_debug_errno(r, "Faileed to write partitoin device to /sys/power/resume: %m"); + return log_debug_errno(r, "Failed to write partition device to /sys/power/resume: %m"); return r; }