Bläddra i källkod

Merge pull request #37796 from mirake/fix-typo

Typo fix: retore -> restore
Doug Davis 6 år sedan
förälder
incheckning
9c3c3537ec
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      daemon/reload.go

+ 1 - 1
daemon/reload.go

@@ -294,7 +294,7 @@ func (daemon *Daemon) reloadRegistryMirrors(conf *config.Config, attributes map[
 	return nil
 	return nil
 }
 }
 
 
-// reloadLiveRestore updates configuration with live retore option
+// reloadLiveRestore updates configuration with live restore option
 // and updates the passed attributes
 // and updates the passed attributes
 func (daemon *Daemon) reloadLiveRestore(conf *config.Config, attributes map[string]string) error {
 func (daemon *Daemon) reloadLiveRestore(conf *config.Config, attributes map[string]string) error {
 	// update corresponding configuration
 	// update corresponding configuration