Fix a bunch of misspellings in our Go code (all in comments).
[arvados.git] / services / keepproxy / keepproxy.go
index 7b5cd2befb8f69bd25fa62674d01590214aec5ad..4cd931037ef830dfd8a6b25022126c84c13d7036 100644 (file)
@@ -185,7 +185,7 @@ func CheckAuthorizationHeader(kc *keepclient.KeepClient, cache *ApiTokenCache, r
        }
 
        if cache.RecallToken(tok) {
-               // Valid in the cache, short circut
+               // Valid in the cache, short circuit
                return true, tok
        }