mirror of
https://github.com/apple/pkl.git
synced 2026-03-29 05:11:55 +02:00
Fix spelling errors (#846)
Also: change checksums due to filename and content changes, and fix language snippet test output to produce correct error messages
This commit is contained in:
@@ -61,7 +61,7 @@ fun shlex(input: String): List<String> {
|
||||
quote = null
|
||||
lastCloseQuoteIndex = idx
|
||||
}
|
||||
// if not in a quote and encounter a quote charater, enter a quote
|
||||
// if not in a quote and encounter a quote character, enter a quote
|
||||
quote == null && (char == '\'' || char == '"') -> {
|
||||
quote = char
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user