summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hus.c b/src/hus.c
index 3ab0661..536dd77 100644
--- a/src/hus.c
+++ b/src/hus.c
@@ -87,7 +87,7 @@ static int exec_shufrange() {
const long long end = strtoll(seploc+1, NULL, 10);
if (start > end) {
- fprintf(stderr, "hus: HO groter dan LA\n");
+ fprintf(stderr, "hus: LA groter dan HO\n");
return 1;
}