mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed typo (reliablity -> reliability)
Signed-off-by: Jihyun Hwang <jhhwang@telcoware.com>
This commit is contained in:
parent
c7dd58ffbf
commit
518c50c9b2
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ func (d *Driver) ApplyDiff(id, parent string, diff io.Reader) (int64, error) {
|
|||
return 0, fmt.Errorf("lcowdriver: applydiff: svm failed to boot: %s", err)
|
||||
}
|
||||
|
||||
// TODO @jhowardmsft - the retries are temporary to overcome platform reliablity issues.
|
||||
// TODO @jhowardmsft - the retries are temporary to overcome platform reliability issues.
|
||||
// Obviously this will be removed as platform bugs are fixed.
|
||||
retries := 0
|
||||
for {
|
||||
|
|
Loading…
Add table
Reference in a new issue