[Pkg-javascript-commits] [sockjs-client] 335/350: Fixed typo in error message

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit ab5b983d3bf25fe23245473a0c55292e64b5794a
Author: Chetan Sarva <chetan at users.noreply.github.com>
Date:   Fri Feb 12 12:17:17 2016 -0500

    Fixed typo in error message
---
 lib/iframe-bootstrap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/iframe-bootstrap.js b/lib/iframe-bootstrap.js
index 2eedd63..b6a89db 100644
--- a/lib/iframe-bootstrap.js
+++ b/lib/iframe-bootstrap.js
@@ -70,7 +70,7 @@ module.exports = function(SockJS, availableTransports) {
         debug(version, transport, transUrl, baseUrl);
         // change this to semver logic
         if (version !== SockJS.version) {
-          throw new Error('Incompatibile SockJS! Main site uses:' +
+          throw new Error('Incompatible SockJS! Main site uses:' +
                     ' "' + version + '", the iframe:' +
                     ' "' + SockJS.version + '".');
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list