changeset 1493:11e5ff79e616

Typo fix in log message.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 04 Dec 2018 17:40:10 +0100
parents a6824fd3d30c
children 04967d6565fa
files pkg/controllers/proxy.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/proxy.go	Tue Dec 04 14:42:32 2018 +0100
+++ b/pkg/controllers/proxy.go	Tue Dec 04 17:40:10 2018 +0100
@@ -67,7 +67,7 @@
 
 		if entry, found := vars["entry"]; found {
 			if s, found = lookup(entry); !found {
-				log.Printf("warn: cannot find eintry '%s'\n", entry)
+				log.Printf("warn: cannot find entry '%s'\n", entry)
 				panic(middleware.ErrNotFound)
 			}
 		} else {