From 6cc4a9f7f94e61bf9fb8e8652847919b660c88e5 Mon Sep 17 00:00:00 2001 From: Gennaro Oliva <oliva.g@na.icar.cnr.it> Date: Fri, 22 May 2015 15:05:25 -0700 Subject: [PATCH] Correct spelling in squeue. --- src/squeue/opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squeue/opts.c b/src/squeue/opts.c index 5e30066adb5..cd142b73ebe 100644 --- a/src/squeue/opts.c +++ b/src/squeue/opts.c @@ -215,7 +215,7 @@ parse_command_line( int argc, char* argv[] ) if (params.format == NULL) { params.format_long = xstrdup(optarg); } else { - error ("-O (--Format) is incompatable with -o " + error ("-O (--Format) is incompatible with -o " "(--format)"); exit(1); } -- GitLab