commit | 35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c | [log] [tgz] |
---|---|---|
author | Harald Hoyer <harald@redhat.com> | Mon Feb 21 15:32:17 2011 +0100 |
committer | Lennart Poettering <lennart@poettering.net> | Mon Feb 28 22:47:38 2011 +0100 |
tree | c2cb5f22b38ea29d99e80df50f7b098f9020f1c4 | |
parent | a9bd141b4a144d8da062f9f8fa13869bba0c7bce [diff] [blame] |
Spelling Corrections Just some lame spelling corrections with no functionality.
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 0302262..0c3b88d 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c
@@ -852,7 +852,7 @@ } if (!arg_clean && !arg_create && !arg_remove) { - log_error("You need to specify at leat one of --clean, --create or --remove."); + log_error("You need to specify at least one of --clean, --create or --remove."); return -EINVAL; }