fixing of typos

This commit is contained in:
Sergey
2019-02-06 18:59:15 +05:00
parent 1334507595
commit aa5ccff6d2
5 changed files with 6 additions and 6 deletions

View File

@@ -158,5 +158,5 @@ func (g *Guard) checkJwt(w http.ResponseWriter, r *http.Request) error {
}
glog.V(1).Infof("No permission from %s", r.RemoteAddr)
return fmt.Errorf("No write permisson from %s", r.RemoteAddr)
return fmt.Errorf("No write permission from %s", r.RemoteAddr)
}