mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #37796 from mirake/fix-typo
Typo fix: retore -> restore
This commit is contained in:
commit
9c3c3537ec
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ func (daemon *Daemon) reloadRegistryMirrors(conf *config.Config, attributes map[
|
|||
return nil
|
||||
}
|
||||
|
||||
// reloadLiveRestore updates configuration with live retore option
|
||||
// reloadLiveRestore updates configuration with live restore option
|
||||
// and updates the passed attributes
|
||||
func (daemon *Daemon) reloadLiveRestore(conf *config.Config, attributes map[string]string) error {
|
||||
// update corresponding configuration
|
||||
|
|
Loading…
Reference in a new issue