diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-02-06 08:28:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-06 08:28:06 -0800 |
| commit | 820bb05182fded5606a5e4aef8fa3396bc854451 (patch) | |
| tree | ad47629af9a2c4d8371615e00be7b502543d3860 /weed/security | |
| parent | 133450759586e39d00182aafd86b8491a1c7483b (diff) | |
| parent | aa5ccff6d20abcfa246ed11c28f5cb69ab71672f (diff) | |
| download | seaweedfs-820bb05182fded5606a5e4aef8fa3396bc854451.tar.xz seaweedfs-820bb05182fded5606a5e4aef8fa3396bc854451.zip | |
Merge pull request #853 from saromanov/fix-misspell
fixing of typos
Diffstat (limited to 'weed/security')
| -rw-r--r-- | weed/security/guard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/security/guard.go b/weed/security/guard.go index dea3b12f2..fd9c8e0b3 100644 --- a/weed/security/guard.go +++ b/weed/security/guard.go @@ -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) } |
