mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 02:38:41 +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:
@@ -675,7 +675,7 @@ invalidGlobInvalidCharacterInCharacterClass=\
|
||||
The character `{0}` is not valid in a character class.
|
||||
|
||||
invalidGlobExtGlob=\
|
||||
Extebded globbing features are not supported.
|
||||
Extended globbing features are not supported.
|
||||
|
||||
invalidGlobNestedSubpattern=\
|
||||
Sub-patterns cannot be nested. To fix, remove or escape the inner `{` character.
|
||||
@@ -750,7 +750,7 @@ Failed to resolve type required for rendering protobuf.\n\
|
||||
Consider adding a type annotation.
|
||||
|
||||
cannotRenderSubtypeForProtobuf=\
|
||||
Can not render subtype {0} of specified type {1} in protobuf.
|
||||
Cannot render subtype {0} of specified type {1} in protobuf.
|
||||
|
||||
cannotExportValue=\
|
||||
A value of type `{0}` cannot be exported.
|
||||
@@ -1079,7 +1079,7 @@ Certificates can only be loaded from `jar:` or `file:` URLs, but got:\n\
|
||||
|
||||
cannotFindBuiltInCertificates=\
|
||||
Cannot find Pkl's trusted CA certificates on the class path.\n\
|
||||
To fix this problem, add dependendy `org.pkl:pkl-certs`.
|
||||
To fix this problem, add dependency `org.pkl:pkl-certs`.
|
||||
|
||||
# suppress inspection "HttpUrlsUsage"
|
||||
malformedProxyAddress=\
|
||||
|
||||
Reference in New Issue
Block a user