summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schier <nicolas@fjasle.eu>2019-11-27 21:16:13 +0100
committerJoey Hess <joeyh@joeyh.name>2019-11-29 13:11:29 -0400
commit844aac8f31a58ebfed72b9e34543963ebb001a10 (patch)
treecba01a974c193bc9b875577e669dc82e52add095
parent6c88aaa6b828d7bd7c1dccb3b842594d48c1764c (diff)
downloadmoreutils-844aac8f31a58ebfed72b9e34543963ebb001a10.tar.gz
parallel: fix typo
This patch fixes a minor typo in parallel.c, detected by lintian. Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
-rw-r--r--parallel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel.c b/parallel.c
index 8a37998..d1517c6 100644
--- a/parallel.c
+++ b/parallel.c
@@ -328,7 +328,7 @@ int main(int argc, char **argv) {
}
if (replace_cb && argsatonce > 1) {
- fprintf(stderr, "options -i and -n are incomaptible\n");
+ fprintf(stderr, "options -i and -n are incompatible\n");
exit(2);
}