From 3f6004a288a8b89c710743c4391494c66eee4da1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 8 Apr 2014 11:08:46 +0200 Subject: [PATCH] Fix spelling: occurred Change-Id: Ic307db2362b00f15eaac781587bfe9c1d074194f --- includes/clientpool/RedisConnectionPool.php | 2 +- resources/src/jquery/jquery.byteLimit.js | 2 +- resources/src/jquery/jquery.suggestions.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/clientpool/RedisConnectionPool.php b/includes/clientpool/RedisConnectionPool.php index 5db814d387..68a7f4650a 100644 --- a/includes/clientpool/RedisConnectionPool.php +++ b/includes/clientpool/RedisConnectionPool.php @@ -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() ) ) { diff --git a/resources/src/jquery/jquery.byteLimit.js b/resources/src/jquery/jquery.byteLimit.js index 17c182104d..de05fdf26e 100644 --- a/resources/src/jquery/jquery.byteLimit.js +++ b/resources/src/jquery/jquery.byteLimit.js @@ -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 diff --git a/resources/src/jquery/jquery.suggestions.js b/resources/src/jquery/jquery.suggestions.js index 29be239227..0c89b7377e 100644 --- a/resources/src/jquery/jquery.suggestions.js +++ b/resources/src/jquery/jquery.suggestions.js @@ -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 -- 2.20.1