Skip to content

Commit

Permalink
spelling: wildcard
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Dec 16, 2024
1 parent 4e5ac85 commit e899c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ private static void resolveHierarchicalGlob(
}
}

/** Split a glob pattern into the base, non-wildard parts, and the wildcard parts. */
/** Split a glob pattern into the base, non-wildcard parts, and the wildcard parts. */
private static Pair<String, String[]> splitGlobPatternIntoBaseAndWildcards(
ReaderBase reader, String globPattern, boolean hasAbsoluteGlob) {
var effectiveGlobPattern = globPattern;
Expand Down

0 comments on commit e899c37

Please sign in to comment.