Verified Commit aac629ad authored by Dave Long's avatar Dave Long
Browse files

Issue #3219472 by quietone, xjm, Abhishek_Singh, karishmaamin, smustgrave,...

Issue #3219472 by quietone, xjm, Abhishek_Singh, karishmaamin, smustgrave, longwave: Fix spelling for words used once, beginning with 'e' -> 'i', inclusive
parent a7a492e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public static function check() {
  }

  /**
   * Decodes UTF byte-order mark (BOM) into the encoding's name.
   * Decodes UTF byte-order mark (BOM) to the encoding name.
   *
   * @param string $data
   *   The data possibly containing a BOM. This can be the entire contents of
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ protected function prepareItem($cache, $allow_invalid) {
    // Check expire time.
    $cache->valid = $cache->expire == Cache::PERMANENT || $cache->expire >= REQUEST_TIME;

    // Check if invalidateTags() has been called with any of the items's tags.
    // Check if invalidateTags() has been called with any of the item's tags.
    if (!$this->checksumProvider->isValid($cache->checksum, $cache->tags)) {
      $cache->valid = FALSE;
    }
+2 −2
Original line number Diff line number Diff line
@@ -146,8 +146,8 @@ public function addCacheableDependency($other_object) {
   */
  public static function mergeAttachments(array $a, array $b) {
    // If both #attached arrays contain drupalSettings, then merge them
    // correctly; adding the same settings multiple times needs to behave
    // idempotently.
    // correctly; adding the same settings multiple times needs to be
    // idempotent.
    if (!empty($a['drupalSettings']) && !empty($b['drupalSettings'])) {
      $drupalSettings = NestedArray::mergeDeepArray([$a['drupalSettings'], $b['drupalSettings']], TRUE);
      // No need for re-merging them.
+4 −26
Original line number Diff line number Diff line
@@ -286,7 +286,6 @@ daycount
dblog
dbtng
dburl
ddev
dealerdirect
deckard
deconstructor
@@ -395,7 +394,6 @@ editables
editdrupalimage
editunblock
eerste
egroe
egulias
eins
elbonia
@@ -452,8 +450,6 @@ favstar
fcgi
februar
feededit
fetchmode
fffffg
fichiers
fieldable
fieldapi
@@ -474,10 +470,8 @@ filestorage
filesystems
filetransfer
filevalidationerror
filterprovider
filtertypes
findwith
firstcolumn
fixnull
flickr
flipfit
@@ -492,21 +486,17 @@ fontsizer
fooalert
foobarbaz
foobargorilla
foobars
foofoo
foos
formatless
formattable
formvalidation
fouc
fourcol
fourthcolumn
fozzie
fqcn
fraîche
frombracket
frontpage
fsdf
fudgy
fulldata
fulldate
@@ -519,18 +509,13 @@ funic
furchtbar
gabilondo
gato
getcode
getfile
gethttpclient
getlist
getmachine
getview
gids
giggabyte
gloop
gnumeric
goldfinger
gonner
googleapis
gotit
grandgrandchild
@@ -555,7 +540,6 @@ hbox
heartz
heke
heroless
herpderp
herro
heure
heures
@@ -572,11 +556,9 @@ hookname
horizontalrule
hosters
hostnames
hreflangs
hrefs
htkey
htmlcorrector
htmlto
httpheader
httpkernel
httponly
@@ -589,7 +571,6 @@ iconwrap
idconflict
idekey
idempotency
idempotently
iframes
iframeupload
ignoretag
@@ -598,14 +579,12 @@ imagecreatefrom
imagefields
imagetest
imagetextalternative
inator
indexname
ingoa
inited
inno
inputtypes
insidekeyword
inspectable
instaclick
instantiator
interactable
@@ -758,7 +737,7 @@ metapackage
metapackages
metatag
metatags
meφω
meΦΩ
miaus
middlewares
mikey
@@ -1136,7 +1115,6 @@ scriptable
scrollbars
searchdirs
sebe
secondcolumn
seld
selectbox
serviceform
@@ -1351,7 +1329,6 @@ themers
themey
theseer
theseparator
thirdcolumn
threadentry
threadingrendererentry
threecol
@@ -1615,7 +1592,8 @@ zwei
zwjhek
zxvf
zzgroup
Èxample
Über
åwesome
èxample
über
ȅchȏ
Ȅchȏ
+1 −0
Original line number Diff line number Diff line
# cspell: ignore firstcolumn secondcolumn thirdcolumn fourthcolumn
id: d7_block
label: Blocks
# This configuration migration depends on the d7_custom_block content migration.
Loading