summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/file/file.module
diff options
context:
space:
mode:
authorDave Long <dave@longwaveconsulting.com>2023-07-24 16:58:20 +0100
committerDave Long <dave@longwaveconsulting.com>2023-07-24 16:58:20 +0100
commit758cc0ecfa992a0e4fc0e2cc76ef69fd57bc4bcf (patch)
treef69c8801f5bb6d8f1c5b714c79454a566b60cbab /core/modules/file/file.module
parent5823307501aaebcdf5ad39203e6d4d2edce2aee4 (diff)
downloaddrupal-758cc0ecfa992a0e4fc0e2cc76ef69fd57bc4bcf.tar.gz
drupal-758cc0ecfa992a0e4fc0e2cc76ef69fd57bc4bcf.zip
Issue #3051548 by Rkumar, quietone, Balu Ertl, nitesh624, lauriii, pandaski, alexpott: Fix spelling of "email"
Diffstat (limited to 'core/modules/file/file.module')
-rw-r--r--core/modules/file/file.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/file/file.module b/core/modules/file/file.module
index cb28959aeb5..3a6de2031a9 100644
--- a/core/modules/file/file.module
+++ b/core/modules/file/file.module
@@ -795,7 +795,7 @@ function file_tokens($type, $tokens, array $data, array $options, BubbleableMeta
case 'url':
// Ideally, this would use return a relative URL, but because tokens
- // are also often used in e-mails, it's better to keep absolute file
+ // are also often used in emails, it's better to keep absolute file
// URLs. The 'url.site' cache context is associated to ensure the
// correct absolute URL is used in case of a multisite setup.
$replacements[$original] = $file->createFileUrl(FALSE);