aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Knudsen <thokn@sdfe.dk>2018-02-11 17:33:00 +0100
committerThomas Knudsen <thokn@sdfe.dk>2018-02-12 11:19:33 +0100
commitd3cc97a0cce7f01cf878be4ace8ac0bef538dd39 (patch)
treec8d71034dd5d4d9e0516e5922a9d3b8e66454887 /src
parentcc26b288fe0a208468068726bc4b38f4cf05ba47 (diff)
downloadPROJ-d3cc97a0cce7f01cf878be4ace8ac0bef538dd39.tar.gz
PROJ-d3cc97a0cce7f01cf878be4ace8ac0bef538dd39.zip
a minor linguistic correction
Diffstat (limited to 'src')
-rw-r--r--src/pj_init.c2
1 files changed, 1 insertions, 1 deletions
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;