From 3af7ff4e9b0cba263e7e03ac10ae12841d7a86b4 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 25 May 2016 14:41:07 -0400 Subject: [PATCH] Spelling error --- gramps/gen/proxy/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/proxy/cache.py b/gramps/gen/proxy/cache.py index 88d92c391..559ed504d 100644 --- a/gramps/gen/proxy/cache.py +++ b/gramps/gen/proxy/cache.py @@ -34,7 +34,7 @@ class CacheProxyDb: CacheProxy will cache items based on their handle. Assumes all handles (regardless of type) are unique. - Database is called self.db for consistancy with other + Database is called self.db for consistency with other proxies. """ self.db = database