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

Issue #3219667 by quietone, ravi.shankar, longwave, smustgrave: Fix spelling...

Issue #3219667 by quietone, ravi.shankar, longwave, smustgrave: Fix spelling for words used once, beginning with 't' -> 'z', inclusive
parent b175481f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

namespace Drupal\Component\FileSystem;

// cspell:ignore winnt

/**
 * Provides file system functions.
 */
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 * @endcode
 *
 * As a developer for alternative storage engines you register a service with
 * $yourbackend.$original_service:
 * $your_backend.$original_service:
 *
 * @code
 * sqlite.custom_service:
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
use Drupal\Component\Utility\Html;
use Drupal\Core\Config\ConfigFactoryInterface;

// cspell:ignore xbeg, xlen, ybeg, ylen

/**
 * Diff formatter which uses returns output that can be rendered to a table.
 */
+1 −0
Original line number Diff line number Diff line
@@ -698,6 +698,7 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state) {
      // See https://www.drupal.org/node/2562341.
      // The placeholder uses a unique string that is returned by
      // Crypt::hashBase64('Drupal\Core\Form\FormBuilder::prepareForm').
      // cspell:disable-next-line
      $placeholder = 'form_action_p_pvdeGsVG5zNF_XLGPTvYSKCf43t8qZYSwcfZl2uzM';

      $form['#attached']['placeholders'][$placeholder] = [
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
use Symfony\Component\Mime\Header\Headers;
use Symfony\Component\Mime\Header\UnstructuredHeader;

// cspell:ignore windir

/**
 * Defines the default Drupal mail backend, using PHP's native mail() function.
 *
Loading