Fix spelling: occurred
authorSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Apr 2014 09:08:46 +0000 (11:08 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Apr 2014 09:08:46 +0000 (11:08 +0200)
Change-Id: Ic307db2362b00f15eaac781587bfe9c1d074194f

includes/clientpool/RedisConnectionPool.php
resources/src/jquery/jquery.byteLimit.js
resources/src/jquery/jquery.suggestions.js

index 5db814d..68a7f46 100644 (file)
@@ -421,7 +421,7 @@ class RedisConnRef {
                $conn->clearLastError();
                $res = $conn->evalSha( $sha1, $params, $numKeys );
                // If we got a permission error reply that means that (a) we are not in
-               // multi()/pipeline() and (b) some connection problem likely occured. If
+               // multi()/pipeline() and (b) some connection problem likely occurred. If
                // the password the client gave was just wrong, an exception should have
                // been thrown back in getConnection() previously.
                if ( preg_match( '/^ERR operation not permitted\b/', $conn->getLastError() ) ) {
index 17c1821..de05fdf 100644 (file)
@@ -8,7 +8,7 @@
         * and given a safe start position. It supports insertion anywhere
         * in the string, so "foo" to "fobaro" if limit is 4 will result in
         * "fobo", not "foba". Basically emulating the native maxlength by
-        * reconstructing where the insertion occured.
+        * reconstructing where the insertion occurred.
         *
         * @private
         * @param {string} safeVal Known value that was previously returned by this
index 29be239..0c89b73 100644 (file)
@@ -506,7 +506,7 @@ $.fn.suggestions = function () {
                                // Number of results visible without scrolling
                                visibleResults: 0,
 
-                               // Suggestion the last mousedown event occured on
+                               // Suggestion the last mousedown event occurred on
                                mouseDownOn: $( [] ),
                                $textbox: $(this),
                                selectedWithMouse: false