diff --git a/Tests/BDD/vfs-library.spec.lua b/Tests/BDD/vfs-library.spec.lua index ba7d2cbf..ee5229d1 100644 --- a/Tests/BDD/vfs-library.spec.lua +++ b/Tests/BDD/vfs-library.spec.lua @@ -15,7 +15,7 @@ describe("vfs", function() end, "Failed to decode LUAZIP buffer (input size is too small)") end) - it("should fail if the given file sn't a valid LUAZIP file", function() + it("should fail if the given file isn't a valid LUAZIP file", function() assertFailure(function() local fileContents = C_FileSystem.ReadFile(path.join("Tests", "Fixtures", "miniz-poem.zip")) return vfs.decode(fileContents)