diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-10 16:37:52 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-10 16:37:52 +0100 |
| commit | 47dd37ff798d454d8e1fd00cd93478642981e2b0 (patch) | |
| tree | 8e786733ec125a99f9684aea6426c49db2a10580 /src/iso19111 | |
| parent | ffc6e876d0e2d8b6ed34d010b08198a94d1dd7da (diff) | |
| download | PROJ-47dd37ff798d454d8e1fd00cd93478642981e2b0.tar.gz PROJ-47dd37ff798d454d8e1fd00cd93478642981e2b0.zip | |
Fix comment
Diffstat (limited to 'src/iso19111')
| -rw-r--r-- | src/iso19111/factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index 62a309c4..1dac2535 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -329,7 +329,7 @@ void DatabaseContext::Private::closeDB() noexcept { // due to possible wrong caching of key info. // The bug is specific to using a memory file with shared cache as an // auxiliary DB. - // The efinitive fix was likely in 3.8.8 + // The fix was likely in 3.8.8 // https://github.com/mackyle/sqlite/commit/d412d4b8731991ecbd8811874aa463d0821673eb // But just after 3.8.2, // https://github.com/mackyle/sqlite/commit/ccf328c4318eacedab9ed08c404bc4f402dcad19 |
