Преглед изворни кода

Merge pull request #12290 from yuchangchun1/typo

Fix a typo in TestVolumesFromGetsProperMode
Brian Goff пре 10 година
родитељ
комит
e3c1cc8d77
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      builder/parser/line_parsers.go

+ 1 - 1
builder/parser/line_parsers.go

@@ -279,7 +279,7 @@ func parseMaybeJSON(rest string) (*Node, map[string]bool, error) {
 }
 }
 
 
 // parseMaybeJSONToList determines if the argument appears to be a JSON array. If
 // parseMaybeJSONToList determines if the argument appears to be a JSON array. If
-// so, passes to parseJSON; if not, attmpts to parse it as a whitespace
+// so, passes to parseJSON; if not, attempts to parse it as a whitespace
 // delimited string.
 // delimited string.
 func parseMaybeJSONToList(rest string) (*Node, map[string]bool, error) {
 func parseMaybeJSONToList(rest string) (*Node, map[string]bool, error) {
 	node, attrs, err := parseJSON(rest)
 	node, attrs, err := parseJSON(rest)