From f027cda1c01a192f28eab3c88a15cca2269f093b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 24 Sep 2013 16:45:13 -0700 Subject: [PATCH] Issue #2094497 by Ivan Zugec, dawehner: Fix typo in FilterFormatInterface docs --- core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php b/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php index 77fad0ceabf..0651771b343 100644 --- a/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php +++ b/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php @@ -29,7 +29,7 @@ interface FilterFormatInterface extends ConfigEntityInterface { * Sets the configuration for a filter plugin instance. * * Sets or replaces the configuration of a filter plugin in $this->filters, - * and if instantianted already, also ensures that the actual filter plugin on + * and if instantiated already, also ensures that the actual filter plugin on * the FilterBag contains the identical configuration. * * @param string $instance_id