Skip to content

Commit

Permalink
Merge pull request #328 from fate-grand-order/patch-1
Browse files Browse the repository at this point in the history
fix misspell "affinity" in main.go
  • Loading branch information
aledbf committed Feb 23, 2017
2 parents 964aa0a + 3d0e374 commit 852b598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/annotations/sessionaffinity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
annotationAffinityCookieName = "ingress.kubernetes.io/session-cookie-name"
defaultAffinityCookieName = "INGRESSCOOKIE"
// This is the algorithm used by nginx to generate a value for the session cookie, if
// one isn't supplied and affintiy is set to "cookie".
// one isn't supplied and affinity is set to "cookie".
annotationAffinityCookieHash = "ingress.kubernetes.io/session-cookie-hash"
defaultAffinityCookieHash = "md5"
)
Expand Down

0 comments on commit 852b598

Please sign in to comment.