Unverified Commit e4d7e071 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3219649 by quietone, murilohp, longwave: Fix spelling for words used...

Issue #3219649 by quietone, murilohp, longwave: Fix spelling for words used once, beginning with 'q' -> 's', inclusive

(cherry picked from commit 76c0ec23)
parent ed0195c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public function __construct(Composer $composer) {
   *   The scaffolding operation object (skip, replace, etc.)
   *
   * @throws \RuntimeException
   *   Exception thrown when parameter data does not identify a known scaffol
   *   Exception thrown when parameter data does not identify a known scaffold
   *   operation.
   */
  public function create(PackageInterface $package, OperationData $operation_data) {
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public function isCompatible($version) {
   *   Normally this is set to \Drupal::CORE_COMPATIBILITY by the caller.
   */
  private function parseConstraint($constraint_string, $core_compatibility) {
    // We use named subpatterns and support every op that version_compare
    // We use named sub-patterns and support every op that version_compare
    // supports. Also, op is optional and defaults to equals.
    $p_op = '(?<operation>!=|==|=|<|<=|>|>=|<>)?';
    // Core version is always optional: 8.x-2.x and 2.x is treated the same.
+2 −1
Original line number Diff line number Diff line
@@ -1280,7 +1280,8 @@ protected function compileContainer() {
    // Identify all services whose instances should be persisted when rebuilding
    // the container during the lifetime of the kernel (e.g., during a kernel
    // reboot). Include synthetic services, because by definition, they cannot
    // be automatically reinstantiated. Also include services tagged to persist.
    // be automatically re-instantiated. Also include services tagged to
    // persist.
    $persist_ids = [];
    foreach ($container->getDefinitions() as $id => $definition) {
      // It does not make sense to persist the container itself, exclude it.
+2 −2
Original line number Diff line number Diff line
@@ -140,8 +140,8 @@ public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form
   * @code
   * // register a new user
   * $form_state = new FormState();
   * $values['name'] = 'robo-user';
   * $values['mail'] = 'robouser@example.com';
   * $values['name'] = 'some-user';
   * $values['mail'] = 'someuser@example.com';
   * $values['pass']['pass1'] = 'password';
   * $values['pass']['pass2'] = 'password';
   * $values['op'] = t('Create new account');
+0 −24
Original line number Diff line number Diff line
@@ -1088,7 +1088,6 @@ pvde
pwprompt
queryor
querystring
querystrings
questionmark
quickedit
quickediting
@@ -1109,7 +1108,6 @@ rasterize
rasterized
rasterizes
rawurlencoded
rawurlencoding
rdfa
rdfs
readmore
@@ -1135,10 +1133,8 @@ refinable
regexes
rehydrated
reimplement
reimplementing
reindex
reindexing
reinitializes
reinject
reinstantiated
removeformat
@@ -1153,7 +1149,6 @@ resampling
resave
resaved
resaving
rescan
resizer
restplugin
restrictor
@@ -1162,7 +1157,6 @@ restriped
restui
rethrown
returntransfer
reuploading
revisionability
revisionable
revisioned
@@ -1173,47 +1167,37 @@ revpub
ribisi
ritchie
robloach
robo
rolename
roly
routable
routeable
routename
rowspans
rowtest
rpos
rrggbb
rsyslog
rtsp
ruleset
rulesets
rxpq
répét
répété
safa
safed
sameline
samename
sameorigin
sapere
sata
savepoints
sayre
scaffol
scarlett
schemaapi
schemaless
schemeless
schipulcon
scorewords
screenreader
screenreaders
scriptable
scrollbars
sdeeeee
searchdirs
searchfield
searchpages
sebe
secondcolumn
seld
@@ -1226,7 +1210,6 @@ sharedspace
shatner
shorterthan
shortlink
shortnames
showblocks
sidebarborders
siema
@@ -1252,16 +1235,12 @@ sloopal
smacss
smalldatetime
smallint
someclass
somecompany
somefile
somelinks
somemodule
someplugin
someschema
sometext
somethinggeneric
soofy
sortablejs
sortby
sourcearea
@@ -1288,7 +1267,6 @@ ssid
stardivision
starrrrr
starterkit
startpunt
starzzzz
statuscode
stdclass
@@ -1298,7 +1276,6 @@ streamwrapper
streamwrappers
strikethrough
stringable
stringis
striptags
strs
sttid
@@ -1323,7 +1300,6 @@ subkeys
submenu
submenus
subparse
subpatterns
subplugins
subproject
subprojects
Loading