fix typo in logging statement

parent eb8d34ba
...@@ -806,7 +806,7 @@ func (e *Store) Delete(ctx genericapirequest.Context, name string, options *meta ...@@ -806,7 +806,7 @@ func (e *Store) Delete(ctx genericapirequest.Context, name string, options *meta
} }
// delete immediately, or no graceful deletion supported // 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() out = e.NewFunc()
if err := e.Storage.Delete(ctx, key, out, &preconditions); err != nil { if err := e.Storage.Delete(ctx, key, out, &preconditions); err != nil {
// Please refer to the place where we set ignoreNotFound for the reason // Please refer to the place where we set ignoreNotFound for the reason
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment