From d3cc97a0cce7f01cf878be4ace8ac0bef538dd39 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Sun, 11 Feb 2018 17:33:00 +0100 Subject: a minor linguistic correction --- src/pj_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pj_init.c b/src/pj_init.c index 3c36fc3a..be3a2457 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -509,7 +509,7 @@ pj_init_ctx(projCtx ctx, int argc, char **argv) { n_inits++; } - /* can't have nested pipeline directly */ + /* can't have nested pipelines directly */ if (n_pipelines > 1) { pj_ctx_set_errno (ctx, PJD_ERR_MALFORMED_PIPELINE); return 0; -- cgit v1.2.3