From c66966139b5ad7040e6f57641f5a4dadaa4bfda1 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 19 Feb 2015 22:06:01 -0600 Subject: [PATCH] Fixed typo in comment --- test/api.mocha.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.mocha.coffee b/test/api.mocha.coffee index 488f39a87d..7ffc8b0110 100644 --- a/test/api.mocha.coffee +++ b/test/api.mocha.coffee @@ -351,7 +351,7 @@ describe "API", -> # since superagent-defaults has the user id and token set # Subsequent calls to registerNewUser are being called with # the uuid and token that is generated when the initial user is - # made. Instead of creating new users, it updaes the original user + # made. Instead of creating new users, it updates the original user # with a new login name, email and password. That is why # all the users have the same uuid, because they're not actually # being created. The original is just being updated.