Skip to content
Snippets Groups Projects
Commit 6fbc725f authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix spelling error in comment

parent 35fa26fb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment