diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:29:06 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:31:43 +0100 |
| commit | d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch) | |
| tree | c4dccaa34df9e76d40f510f6519563cbd5212d1a /src/networkfilemanager.cpp | |
| parent | 36a5a178cbd8c338a294ed5528462e65faf20a3d (diff) | |
| download | PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip | |
typo fixes
Diffstat (limited to 'src/networkfilemanager.cpp')
| -rw-r--r-- | src/networkfilemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/networkfilemanager.cpp b/src/networkfilemanager.cpp index c22e77fa..fa6375b8 100644 --- a/src/networkfilemanager.cpp +++ b/src/networkfilemanager.cpp @@ -2235,7 +2235,7 @@ void proj_grid_cache_clear(PJ_CONTEXT *ctx) { * the delay between the last time it has been * verified and the current time exceeds the TTL * setting. This can save network accesses. - * If set to TRUE, PROJ will unconditionnally + * If set to TRUE, PROJ will unconditionally * check from the server the recentness of the file. * @return TRUE if the file must be downloaded with proj_download_file() * @since 7.0 @@ -2364,7 +2364,7 @@ int proj_is_download_needed(PJ_CONTEXT *ctx, const char *url_or_filename, * the delay between the last time it has been * verified and the current time exceeds the TTL * setting. This can save network accesses. - * If set to TRUE, PROJ will unconditionnally + * If set to TRUE, PROJ will unconditionally * check from the server the recentness of the file. * @param progress_cbk Progress callback, or NULL. * The passed percentage is in the [0, 1] range. |
