summaryrefslogtreecommitdiffstats
path: root/resources/image_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/image_cache.go')
-rw-r--r--resources/image_cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/image_cache.go b/resources/image_cache.go
index 1888b457f..1bb92b6ca 100644
--- a/resources/image_cache.go
+++ b/resources/image_cache.go
@@ -46,7 +46,7 @@ func (c *imageCache) deleteIfContains(s string) {
}
}
-// The cache key is a lowecase path with Unix style slashes and it always starts with
+// The cache key is a lowercase path with Unix style slashes and it always starts with
// a leading slash.
func (c *imageCache) normalizeKey(key string) string {
return "/" + c.normalizeKeyBase(key)