diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-02-26 15:04:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-02-26 15:04:02 +0100 |
| commit | 86cead6323c13936e327e232f394d6e2f54e6f8e (patch) | |
| tree | fa1e4b09f944467128f65894cba8319a6cede489 /src/pj_malloc.c | |
| parent | b288ee6bbc345baf2ef56aaec49184c34a6cd0dd (diff) | |
| download | PROJ-86cead6323c13936e327e232f394d6e2f54e6f8e.tar.gz PROJ-86cead6323c13936e327e232f394d6e2f54e6f8e.zip | |
Typo fixes
Diffstat (limited to 'src/pj_malloc.c')
| -rw-r--r-- | src/pj_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_malloc.c b/src/pj_malloc.c index b9d8f825..df6c6ed7 100644 --- a/src/pj_malloc.c +++ b/src/pj_malloc.c @@ -3,7 +3,7 @@ * Purpose: Memory management for proj.4. * This version includes an implementation of generic destructors, * for memory deallocation for the large majority of PJ-objects - * that do not allocate anything alse than the PJ-object itself, + * that do not allocate anything else than the PJ-object itself, * and its associated opaque object - i.e. no additional malloc'ed * memory inside the opaque object. * |
