Skip to content

Commit

Permalink
Issue #3138792 by sja112, dww: Fix "compatibility" relevant typos in …
Browse files Browse the repository at this point in the history
…core

(cherry picked from commit 0cdcc8026510698ec1d5947770a7b2d232cbebcd)
  • Loading branch information
xjm committed May 29, 2020
1 parent a8b187c commit 7372c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/jquery.cookie.shim.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/rdf/tests/src/Traits/RdfParsingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7372c20

Please sign in to comment.