Skip to content

Commit 71c5efd

Browse files
committed
spelling: deutsch
1 parent 185c545 commit 71c5efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asserts/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ QUnit.module("file", function () {
709709
assert.equal(content, "Bonjour tout le monde!\n", "Exact match found");
710710
start();
711711
})['catch'](JSZipTestUtils.assertNoError);
712-
assert.equal(zip.file("Readme.Deutch"), null, "Match exactly nothing");
712+
assert.equal(zip.file("Readme.Deutsch"), null, "Match exactly nothing");
713713
assert.equal(zip.file(/Readme\../).length, 2, "Match regex free text");
714714
assert.equal(zip.file(/pirate/i).length, 1, "Match regex 1 result");
715715
});

0 commit comments

Comments
 (0)