[systemd-devel] [PATCH] sleep.c: fix typo
Michele Curti
michele.curti at gmail.com
Tue Jan 7 08:51:41 PST 2014
--- src/sleep/sleep.c.orig 2014-01-07 17:13:59.103435340 +0100
+++ src/sleep/sleep.c 2014-01-07 17:14:19.895173954 +0100
@@ -90,7 +90,7 @@ static int execute(char **modes, char **
const char* note = strappenda("SLEEP=", arg_verb);
/* This file is opened first, so that if we hit an error,
- * we can abort before modyfing any state. */
+ * we can abort before modifying any state. */
f = fopen("/sys/power/state", "we");
if (!f) {
log_error("Failed to open /sys/power/state: %m");
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20140107/e9083d0c/attachment.html>
More information about the systemd-devel
mailing list