瀏覽代碼

Merge pull request #31946 from fate-grand-order/fixed

fix misspell in utils.go
Vincent Demeester 8 年之前
父節點
當前提交
93eaec90aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      builder/dockerfile/parser/utils.go

+ 1 - 1
builder/dockerfile/parser/utils.go

@@ -116,7 +116,7 @@ func extractBuilderFlags(line string) (string, []string, error) {
 				return line[pos:], words, nil
 				return line[pos:], words, nil
 			}
 			}
 
 
-			phase = inWord // found someting with "--", fall through
+			phase = inWord // found something with "--", fall through
 		}
 		}
 		if (phase == inWord || phase == inQuote) && (pos == len(line)) {
 		if (phase == inWord || phase == inQuote) && (pos == len(line)) {
 			if word != "--" && (blankOK || len(word) > 0) {
 			if word != "--" && (blankOK || len(word) > 0) {