Skip to content

Commit 05162c6

Browse files
Fix typo
1 parent aade79f commit 05162c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/util/codeql/util/FilePath.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ abstract class NormalizableFilepath extends string {
6666
/**
6767
* Gets the normalized filepath for this string.
6868
* Normalizes `..` paths, `.` paths, and multiple `/`s as much as possible, but does not normalize case, resolve symlinks, or make relative paths absolute.
69-
* Th normalized path will be absolute (begin with `/`) if and only if the original path is.
69+
* The normalized path will be absolute (begin with `/`) if and only if the original path is.
7070
* The normalized path will not have a trailing `/`.
7171
* Only `/` is treated as a path separator.
7272
*/

0 commit comments

Comments
 (0)