--- 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");
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel