diff --git a/restify/restify-tests.ts b/restify/restify-tests.ts index 79a56f578..329f1e8c3 100644 --- a/restify/restify-tests.ts +++ b/restify/restify-tests.ts @@ -98,7 +98,7 @@ server.get( /(.*)/, send); server.head(/(.*)/, send); new restify.ConflictError("test"); -new restify.InvalidArguementError("message"); +new restify.InvalidArgumentError("message"); new restify.RestError("message"); new restify.BadDigestError("message"); new restify.BadMethodError("message");