diff options
-rw-r--r-- | src/hus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |