mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Merge pull request #12290 from yuchangchun1/typo
Fix a typo in TestVolumesFromGetsProperMode
This commit is contained in:
		
						commit
						e3c1cc8d77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brian Goff
						Brian Goff