aboutsummaryrefslogtreecommitdiff
path: root/src/emess.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
commitab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch)
tree0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /src/emess.h
parente47afa43860e4350dce13689108096ab33c56d12 (diff)
downloadPROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz
PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'src/emess.h')
-rw-r--r--src/emess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emess.h b/src/emess.h
index 4106e11d..b8203246 100644
--- a/src/emess.h
+++ b/src/emess.h
@@ -6,7 +6,7 @@ struct EMESS {
char *File_name, /* input file name */
*Prog_name; /* name of program */
int File_line; /* approximate line read
- where error occured */
+ where error occurred */
};
#ifdef EMESS_ROUTINE /* use type */