mirror of
https://github.com/apple/pkl.git
synced 2026-03-17 23:03:54 +01: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:
@@ -172,7 +172,7 @@ class ExternalReader {
|
||||
/// On macOS, Linux, and Windows platforms, this may be:
|
||||
///
|
||||
/// * An absolute path
|
||||
/// * A relative path (to the currrent working directory)
|
||||
/// * A relative path (to the current working directory)
|
||||
/// * The name of the executable, to be resolved against the `PATH` environment variable
|
||||
executable: String
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class ImportGraph {
|
||||
///
|
||||
/// Dependency-notation imports, such as `"@myPackage/myModule.pkl"`, are represented as
|
||||
/// in-language URIs with scheme `projectpackage:`.
|
||||
/// In the case of local project dependenecies, they will be local URIs resolved from the project
|
||||
/// In the case of local project dependencies, they will be local URIs resolved from the project
|
||||
/// file URI (in normal cases, `file:` URIs).
|
||||
resolvedImports: Map<Uri, Uri>(keys == imports.keys)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user