diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 15:40:53 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 15:40:53 +0100 |
| commit | 7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (patch) | |
| tree | 7ebcef9efb94693c610a72960a05754d338e0dc3 /src/PJ_unitconvert.c | |
| parent | a3f5d6dff3587d3a1225c607359c241107232470 (diff) | |
| download | PROJ-7ddd7937085524bcfb09ae7eb2a2865e9de6b987.tar.gz PROJ-7ddd7937085524bcfb09ae7eb2a2865e9de6b987.zip | |
Various typo fixes
Diffstat (limited to 'src/PJ_unitconvert.c')
| -rw-r--r-- | src/PJ_unitconvert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_unitconvert.c b/src/PJ_unitconvert.c index bedeb02b..a076b76c 100644 --- a/src/PJ_unitconvert.c +++ b/src/PJ_unitconvert.c @@ -75,7 +75,7 @@ typedef double (*tconvert)(double); struct TIME_UNITS { char *id; /* units keyword */ - tconvert t_in; /* unit -> mod. julian date funtion pointer */ + tconvert t_in; /* unit -> mod. julian date function pointer */ tconvert t_out; /* mod. julian date > unit function pointer */ char *name; /* comments */ }; |
