summaryrefslogtreecommitdiffstats
path: root/modules/validation/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/validation/helpers.go')
-rw-r--r--modules/validation/helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/validation/helpers.go b/modules/validation/helpers.go
index 343261aac5..617ec3578c 100644
--- a/modules/validation/helpers.go
+++ b/modules/validation/helpers.go
@@ -92,7 +92,7 @@ func IsValidExternalURL(uri string) bool {
return false
}
- // TODO: Later it should be added to allow local network IP addreses
+ // TODO: Later it should be added to allow local network IP addresses
// only if allowed by special setting
return true