aboutsummaryrefslogtreecommitdiff
path: root/include/proj/internal/lru_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/internal/lru_cache.hpp')
-rw-r--r--include/proj/internal/lru_cache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/internal/lru_cache.hpp b/include/proj/internal/lru_cache.hpp
index 2f2c8bd9..b7aff6b9 100644
--- a/include/proj/internal/lru_cache.hpp
+++ b/include/proj/internal/lru_cache.hpp
@@ -206,7 +206,7 @@ class Cache {
}
private:
- // Dissallow copying.
+ // Disallow copying.
Cache(const Cache&) = delete;
Cache& operator=(const Cache&) = delete;