Skip to content

Commit 0c291a6

Browse files
committed
Fix typo.
Fixes <rdar://problem/84559893>.
1 parent 0ac080e commit 0c291a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/FilePath/FilePath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/// encoding.
1717
///
1818
/// On construction, `FilePath` will normalize separators by removing
19-
/// reduncant intermediary separators and stripping any trailing separators.
19+
/// redundant intermediary separators and stripping any trailing separators.
2020
/// On Windows, `FilePath` will also normalize forward slashes `/` into
2121
/// backslashes `\`, as preferred by the platform.
2222
///

0 commit comments

Comments
 (0)