Browse Source

proper engrish

jomo 10 years ago
parent
commit
c2a4b3f9f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -172,7 +172,7 @@ describe("Crafatar", function() {
       });
       });
     });
     });
     it("should not find the file", function(done) {
     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);
         assert.notStrictEqual(err, null);
         done();
         done();
       });
       });