From c1442c5a4c3da521f8de1df84e100a74afe7dea1 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Thu, 18 Sep 2014 07:27:00 -0700
Subject: [PATCH] Issue #2329703 by maximpodorov: Fix spelling in varous files

---
 core/themes/engines/twig/twig.engine            | 2 +-
 core/themes/seven/css/theme/appearance-page.css | 2 +-
 core/themes/seven/js/nav-tabs.js                | 2 +-
 core/themes/seven/seven.theme                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/themes/engines/twig/twig.engine b/core/themes/engines/twig/twig.engine
index e0cfcc2b31f7..c859b65dc687 100644
--- a/core/themes/engines/twig/twig.engine
+++ b/core/themes/engines/twig/twig.engine
@@ -156,7 +156,7 @@ function twig_render_var($arg) {
  * Removes child elements from a copy of the original array.
  *
  * Creates a copy of the renderable array and removes child elements by key
- * specified throught filter's arguments. The copy can be printed without these
+ * specified through filter's arguments. The copy can be printed without these
  * elements. The original renderable array is still available and can be used
  * to print child elements in their entirety in the twig template.
  *
diff --git a/core/themes/seven/css/theme/appearance-page.css b/core/themes/seven/css/theme/appearance-page.css
index 0b6f364477c3..2b3dca3fe14d 100644
--- a/core/themes/seven/css/theme/appearance-page.css
+++ b/core/themes/seven/css/theme/appearance-page.css
@@ -1,5 +1,5 @@
 /**
- * Apearance page.
+ * Appearance page.
  */
 #system-themes-page h2 {
   font-weight: normal;
diff --git a/core/themes/seven/js/nav-tabs.js b/core/themes/seven/js/nav-tabs.js
index 071e60cb0067..4c838b16c1d4 100644
--- a/core/themes/seven/js/nav-tabs.js
+++ b/core/themes/seven/js/nav-tabs.js
@@ -4,7 +4,7 @@
  * Utilizes jquery.intrinsic.js to calculate if the tabs are larger than their
  * container and toggles the 'is-horizontal' class.
  *
- * This also supports collapsible navigable is the 'is-collasible' class is
+ * This also supports collapsible navigable is the 'is-collapsible' class is
  * added to the main element, and a target element is included.
  */
 (function ($, Drupal) {
diff --git a/core/themes/seven/seven.theme b/core/themes/seven/seven.theme
index f2281cbc47d6..ccd1c92bc1f4 100644
--- a/core/themes/seven/seven.theme
+++ b/core/themes/seven/seven.theme
@@ -39,7 +39,7 @@ function seven_preprocess_page(&$variables) {
 /**
  * Implements hook_pre_render_HOOK() for menu-local-tasks templates.
  *
- * Use preprocess hook to set #attached to child elemnts
+ * Use preprocess hook to set #attached to child elements
  * because they will be processed by Twig and drupal_render will
  * be invoked.
  */
-- 
GitLab