summaryrefslogtreecommitdiff
path: root/src/fsck.c
diff options
context:
space:
mode:
authorGregs Gregs <gregpuppy01@yahoo.gr>2011-11-14 19:58:03 +0200
committerLennart Poettering <lennart@poettering.net>2011-12-15 18:48:15 +0100
commitb911442003350c56673e5689328f173ed03bbabd (patch)
tree519f89bffb6189ba4d6bf2ad51774648fac92b0a /src/fsck.c
parentc77b7f7f82683f10e44e9ea54107d4a91feb08e3 (diff)
fsck: Fix typo in comment
Diffstat (limited to 'src/fsck.c')
-rw-r--r--src/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsck.c b/src/fsck.c
index 3477ba16ad..d3ac83c25e 100644
--- a/src/fsck.c
+++ b/src/fsck.c
@@ -80,7 +80,7 @@ static void start_target(const char *target, bool isolate) {
if (!(reply = dbus_connection_send_with_reply_and_block(bus, m, -1, &error))) {
- /* Don't print a waring if we aren't called during
+ /* Don't print a warning if we aren't called during
* startup */
if (!dbus_error_has_name(&error, BUS_ERROR_NO_SUCH_JOB))
log_error("Failed to start unit: %s", bus_error_message(&error));