commit 61cd50f4b1dd5a5326aaab5db801241b585767a1 Author: Joel Pittet Date: Tue Jun 16 17:06:21 2015 -0700 scratch diff --git a/core/lib/Drupal/Core/Form/FormCache.php b/core/lib/Drupal/Core/Form/FormCache.php index ee0f3ed..5313afd 100644 --- a/core/lib/Drupal/Core/Form/FormCache.php +++ b/core/lib/Drupal/Core/Form/FormCache.php @@ -169,7 +169,7 @@ protected function loadCachedFormState($form_build_id, FormStateInterface $form_ require_once $this->root . '/' . $file; } } - // Retrieve the previously known list of safe strings and store them for + // Retrieve the previously known list of safe strings and store it for // this request. The safety of these strings has already been determined // in ::setCache(). // @todo Ensure we are not storing an excessively large string list