aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/exec-as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec-as.c b/src/exec-as.c
index 8224cff..9e5fbfe 100644
--- a/src/exec-as.c
+++ b/src/exec-as.c
@@ -28,7 +28,7 @@ int main(int argc, char** argv)
if (argc < 3)
{
fprintf(stderr, "%s: %s", argc ? argv[0] : "exec-as",
- "Too few arguments, you need atleast "
+ "Too few arguments, you need at least "
"the file to run and its argv[0].");
goto fail;
}