소스 검색

fixed typo (reliablity -> reliability)

Signed-off-by: Jihyun Hwang <jhhwang@telcoware.com>
Jihyun Hwang 7 년 전
부모
커밋
518c50c9b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      daemon/graphdriver/lcow/lcow.go

+ 1 - 1
daemon/graphdriver/lcow/lcow.go

@@ -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 {