aboutsummaryrefslogtreecommitdiffstats
path: root/src/exec-as.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-01 23:26:36 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-01 23:26:36 +0100
commit15e32926152ce4d8f0acf897f9d5decda113bdd6 (patch)
tree571e24e671705e7b82cb4513ce970bf15cc9f4f3 /src/exec-as.c
parentdist (diff)
downloadexec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.gz
exec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.bz2
exec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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;
}