X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FCacheBackendInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FCacheBackendInterface.php;h=bf2ed7c48eee773f903ab5dbb760ee889e6a6c1c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=852305f8f140ffcdd7ab102dbd4ba17e0248d3d3;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php b/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php index 852305f8f..bf2ed7c48 100644 --- a/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php +++ b/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php @@ -9,7 +9,7 @@ namespace Drupal\Core\Cache; * Drupal\Core\Cache\DatabaseBackend provides the default implementation, which * can be consulted as an example. * - * The cache indentifiers are case sensitive. + * The cache identifiers are case sensitive. * * @ingroup cache */