mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Fix spelling mistake
This commit is contained in:
@@ -122,7 +122,7 @@ func NewClient(config ClientConfig) (Client, error) {
|
||||
}
|
||||
|
||||
}
|
||||
log.Infof("kubernetes: targetting api server %s", restConfig.Host)
|
||||
log.Infof("kubernetes: targeting api server %s", restConfig.Host)
|
||||
|
||||
c, err := unversioned.New(restConfig)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user