Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
fix grammer mistake (kubernetes#2200)
Browse files Browse the repository at this point in the history
fix grammer mistake
```release-note
None
```
  • Loading branch information
Haoyun authored and ElvinEfendi committed Mar 16, 2018
1 parent b63151c commit 3b1e15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nginx/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const (

/**
* Handles fatal init error that prevents server from doing any work. Prints verbose error
* message and quits the server.
* messages and quits the server.
*/
func handleFatalInitError(err error) {
glog.Fatalf("Error while initializing connection to Kubernetes apiserver. "+
Expand Down

0 comments on commit 3b1e15a

Please sign in to comment.