Explorar o código

proper engrish

jomo %!s(int64=10) %!d(string=hai) anos
pai
achega
c2a4b3f9f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
-      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();
       });