aboutsummaryrefslogtreecommitdiffstats
path: root/asroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'asroot.c')
-rw-r--r--asroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asroot.c b/asroot.c
index eeed7ed..b15ea46 100644
--- a/asroot.c
+++ b/asroot.c
@@ -307,6 +307,6 @@ main(int argc, char *argv[])
}
execvp(argv[0], argv);
- fprintf(stderr, "%s: execvpe %s: %s\n", argv0, argv[0], strerror(errno));
+ fprintf(stderr, "%s: execvp %s: %s\n", argv0, argv[0], strerror(errno));
return errno == ENOENT ? EXIT_NOENT : EXIT_EXEC;
}