X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftmpfiles.c;h=0c3b88d35b19a1aaf56247802e95b88665911c7c;hp=0302262394ef1f694f6f6745a62bc633961832c8;hb=35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c;hpb=a9bd141b4a144d8da062f9f8fa13869bba0c7bce diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 030226239..0c3b88d35 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -852,7 +852,7 @@ static int parse_argv(int argc, char *argv[]) { } 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; }