fix some typos

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu
2016-06-22 17:40:52 +08:00
parent 48f2b11c48
commit fd27cd47f7
14 changed files with 17 additions and 17 deletions

View File

@@ -125,7 +125,7 @@ func (s *ServiceController) Run(serviceSyncPeriod, nodeSyncPeriod time.Duration)
return err
}
// We have to make this check beecause the ListWatch that we use in
// We have to make this check because the ListWatch that we use in
// WatchServices requires Client functions that aren't in the interface
// for some reason.
if _, ok := s.kubeClient.(*clientset.Clientset); !ok {