diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-01 23:26:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-01 23:26:36 +0100 |
commit | 15e32926152ce4d8f0acf897f9d5decda113bdd6 (patch) | |
tree | 571e24e671705e7b82cb4513ce970bf15cc9f4f3 | |
parent | dist (diff) | |
download | exec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.gz exec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.bz2 exec-as-15e32926152ce4d8f0acf897f9d5decda113bdd6.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/exec-as.c | 2 |
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; } |