7179: some more golint suggested updates
[arvados.git] / services / keepstore / handlers.go
index 0974549fdb2c5a0042913cc0a950369665eb08c6..8c9b8499c609bdad23ca8ac26e29286929323294 100644 (file)
@@ -618,7 +618,7 @@ func IsValidLocator(loc string) bool {
 
 var authRe = regexp.MustCompile(`^OAuth2\s+(.*)`)
 
-// GetAPIToken returns the OAuth2 token from the Authorization
+// GetApiToken returns the OAuth2 token from the Authorization
 // header of a HTTP request, or an empty string if no matching
 // token is found.
 func GetApiToken(req *http.Request) string {