summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-12 15:35:46 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-12 15:36:05 +0000
commit9412110c825915f5323d7d266c488c006d26afe3 (patch)
tree3d4a471a52d1cd893b0896da416fae85b43b11cc
parentSYWEB-57: Highlight rooms which have had their bingers go off in blue. (diff)
downloadsynapse-9412110c825915f5323d7d266c488c006d26afe3.tar.xz
comment typo
-rw-r--r--syweb/webclient/components/matrix/matrix-call.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/components/matrix/matrix-call.js b/syweb/webclient/components/matrix/matrix-call.js
index b560cf7daa..7687cb6971 100644
--- a/syweb/webclient/components/matrix/matrix-call.js
+++ b/syweb/webclient/components/matrix/matrix-call.js
@@ -82,7 +82,7 @@ angular.module('MatrixCall', [])
         });
     }
 
-    // FIXME: we should prevent any class from being placed or accepted before this has finished
+    // FIXME: we should prevent any calls from being placed or accepted before this has finished
     MatrixCall.getTurnServer();
 
     MatrixCall.CALL_TIMEOUT = 60000;