Skip to content

Commit 9b2da81

Browse files
committed
fix: spelling of forward
1 parent 59894c8 commit 9b2da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBUtilTests/FnmatchTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ import SWBUtil
198198
}
199199

200200
@Test
201-
func fowardAndBackSlashMatch() throws {
201+
func forwardAndBackSlashMatch() throws {
202202
// these test that '\' is handled correctly in character sets.
203203
try assertFnmatch(pattern: "\\foo\\bar\\*\\", input: "\\foo\\bar\\baz\\baz\\")
204204
try assertFnmatch(pattern: #"[\]"#, input: #"\"#)

0 commit comments

Comments
 (0)