From fd9bdc1b8d0d33b47cc08fe89f1c2f06109cf215 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Thu, 28 May 2020 21:19:26 -0500 Subject: [PATCH] Issue #3138792 by sja112, dww: Fix "compatibility" relevant typos in core (cherry picked from commit 0cdcc8026510698ec1d5947770a7b2d232cbebcd) --- core/misc/jquery.cookie.shim.es6.js | 2 +- core/modules/rdf/tests/src/Traits/RdfParsingTrait.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/misc/jquery.cookie.shim.es6.js b/core/misc/jquery.cookie.shim.es6.js index d329b65d87b3..4a3c3c86a6b8 100644 --- a/core/misc/jquery.cookie.shim.es6.js +++ b/core/misc/jquery.cookie.shim.es6.js @@ -113,7 +113,7 @@ * The name of the cookie. * @param {string|Object|Function|undefined} value * A js-cookie converter callback when used as a getter. This callback must - * be a function when using this shim for backwards-compatiblity with + * be a function when using this shim for backwards-compatibility with * jquery.cookie. When used as a setter, value is the string or JSON object * to be used as the cookie value. * @param {Object|undefined} options diff --git a/core/modules/rdf/tests/src/Traits/RdfParsingTrait.php b/core/modules/rdf/tests/src/Traits/RdfParsingTrait.php index 2e1d80204a16..143e658323bf 100644 --- a/core/modules/rdf/tests/src/Traits/RdfParsingTrait.php +++ b/core/modules/rdf/tests/src/Traits/RdfParsingTrait.php @@ -5,7 +5,7 @@ use Drupal\Core\Url; /** - * Override \EasyRdf_ParsedUri for PHP 7.4 compatibilty. + * Override \EasyRdf_ParsedUri for PHP 7.4 compatibility. * * @todo https://www.drupal.org/project/drupal/issues/3110972 Remove this work * around. -- GitLab