From 6fbc725f5afbee993b37165b8228c2b87d0138c0 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 19 Jun 2012 20:41:38 +0300 Subject: [PATCH] fix spelling error in comment --- resources/static/shared/modules/interaction_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/shared/modules/interaction_data.js b/resources/static/shared/modules/interaction_data.js index 1114a3173..e07e04de4 100644 --- a/resources/static/shared/modules/interaction_data.js +++ b/resources/static/shared/modules/interaction_data.js @@ -101,7 +101,7 @@ BrowserID.Modules.InteractionData = (function() { } // server_time is sent in milliseconds. The promise to users and data - // safety is the timestamp would be at a 10 minute resultion. Round to the + // safety is the timestamp would be at a 10 minute resolution. Round to the // nearest 10 minute mark. var TEN_MINS_IN_MS = 10 * 60 * 1000, roundedServerTime = Math.round(result.server_time / TEN_MINS_IN_MS) * TEN_MINS_IN_MS; -- GitLab