fix typo in logging statement

This commit is contained in:
Morgan Bauer
2017-01-26 10:37:51 -07:00
parent eb8d34ba63
commit 32ec6bc5e8

View File

@@ -806,7 +806,7 @@ func (e *Store) Delete(ctx genericapirequest.Context, name string, options *meta
}
// delete immediately, or no graceful deletion supported
glog.V(6).Infof("going to delete %s from regitry: ", name)
glog.V(6).Infof("going to delete %s from registry: ", name)
out = e.NewFunc()
if err := e.Storage.Delete(ctx, key, out, &preconditions); err != nil {
// Please refer to the place where we set ignoreNotFound for the reason