Skip to content

Commit

Permalink
fix a typo in cni log
Browse files Browse the repository at this point in the history
  • Loading branch information
PI-Victor committed Jan 26, 2017
1 parent 15466fc commit 388144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/network/cni/cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (plugin *cniNetworkPlugin) setDefaultNetwork(n *cniNetwork) {

func (plugin *cniNetworkPlugin) checkInitialized() error {
if plugin.getDefaultNetwork() == nil {
return errors.New("cni config unintialized")
return errors.New("cni config uninitialized")
}
return nil
}
Expand Down

0 comments on commit 388144f

Please sign in to comment.