From c2a4b3f9f0a7dccc0c46a4e57946f451293704d4 Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 13 Feb 2015 20:30:54 +0100 Subject: [PATCH] proper engrish --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 4f1cc03..3a66817 100644 --- a/test/test.js +++ b/test/test.js @@ -172,7 +172,7 @@ describe("Crafatar", function() { }); }); it("should not find the file", function(done) { - skins.open_skin(rid, "non/existant/path", function(err, img) { + skins.open_skin(rid, "non/existent/path", function(err, img) { assert.notStrictEqual(err, null); done(); });