aboutsummaryrefslogtreecommitdiffstats
path: root/src/sat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat.c')
-rw-r--r--src/sat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat.c b/src/sat.c
index b86ae39..2cc4f09 100644
--- a/src/sat.c
+++ b/src/sat.c
@@ -65,7 +65,7 @@ main(int argc, char *argv[], char *envp[])
switch (errno) {
case EINVAL:
fprintf(stderr,
- "%s: time parameter cound not be parsed, perhaps you "
+ "%s: time parameter cound not be parsed, perhaps "
"you need an external parser: %s\n", argv0, argv[1]);
return 2;
case ERANGE: