From cd718ff38df7145882d659f3cb7a43e56929bf62 Mon Sep 17 00:00:00 2001
From: Jonathan Desrosiers <desrosj@git.wordpress.org>
Date: Thu, 17 Dec 2020 12:55:52 +0000
Subject: [PATCH] Twenty Twenty-One: Fix typos in some inline comments.

Props tanvirul, mukesh27.
Merges [49795] to the 5.6 branch.
Fixes #52042.

git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49818 602fd350-edb4-49c9-b593-d223f7449a82
---
 .../themes/twentytwentyone/assets/css/ie-editor.css    |  2 +-
 .../themes/twentytwentyone/assets/css/ie.css           | 10 +++++-----
 .../themes/twentytwentyone/assets/css/style-editor.css |  2 +-
 .../assets/sass/03-generic/breakpoints.scss            |  2 +-
 .../assets/sass/03-generic/vertical-margins.scss       |  4 ++--
 .../themes/twentytwentyone/assets/sass/style.scss      |  4 ++--
 src/wp-content/themes/twentytwentyone/single.php       |  4 ++--
 src/wp-content/themes/twentytwentyone/style-rtl.css    | 10 +++++-----
 src/wp-content/themes/twentytwentyone/style.css        | 10 +++++-----
 9 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
index 5658559f6f..54693391b7 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
@@ -249,7 +249,7 @@
 }
 
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie.css b/src/wp-content/themes/twentytwentyone/assets/css/ie.css
index 35516b6090..f72b1f0ad2 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/ie.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/ie.css
@@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Breakpoints..........Mixins and variables for responsive styles
  * Vertical-margins.....Vertical spacing for the main components.
  * Reset................Reset specific elements to make them easier to style in other contexts.
- * Clearings............Clearnings for the main components.
+ * Clearings............Clearings for the main components.
  *
  * ELEMENTS
  * Blockquote...........Default blockquote.
@@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Latest posts.........Specific styles for the latest posts block.
  * Legacy...............Specific styles for the legacy gallery.
  * List.................Specific styles for the list block.
- * Meda text............Specific styles for the media and text block.
+ * Media text...........Specific styles for the media and text block.
  * Navigation...........Specific styles for the navigation block.
  * Paragraph............Specific styles for the paragraph block.
  * Pullquote............Specific styles for the pullquote block.
@@ -721,7 +721,7 @@ template {
 }
 
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
@@ -841,7 +841,7 @@ template {
  *
  * - Set vertical margins and responsive widths on
  *   top-level wrappers and content wrappers
- * - `--global--width-content` is a responsive veriable
+ * - `--global--width-content` is a responsive variable
  * - See: globals/_global-width-responsive.scss
  */
 
@@ -872,7 +872,7 @@ template {
 
 /**
  * Site-main children wrappers
- * - Add double vertical margins here for clearer heirarchy
+ * - Add double vertical margins here for clearer hierarchy
  */
 .site-main > * {
 	margin-top: calc(3 * var(--global--spacing-vertical));
diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index 5658559f6f..54693391b7 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
@@ -249,7 +249,7 @@
 }
 
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss b/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
index 995a3e24db..254c8136f6 100755
--- a/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
+++ b/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
@@ -1,5 +1,5 @@
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss b/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
index d096fdcb30..d0f81cf2f3 100644
--- a/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
+++ b/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
@@ -3,7 +3,7 @@
  *
  * - Set vertical margins and responsive widths on
  *   top-level wrappers and content wrappers
- * - `--global--width-content` is a responsive veriable
+ * - `--global--width-content` is a responsive variable
  * - See: globals/_global-width-responsive.scss
  */
 
@@ -32,7 +32,7 @@
 
 /**
  * Site-main children wrappers
- * - Add double vertical margins here for clearer heirarchy
+ * - Add double vertical margins here for clearer hierarchy
  */
 .site-main > * {
 	margin-top: calc(3 * var(--global--spacing-vertical));
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/style.scss b/src/wp-content/themes/twentytwentyone/assets/sass/style.scss
index ba272de9f6..085cfe194c 100644
--- a/src/wp-content/themes/twentytwentyone/assets/sass/style.scss
+++ b/src/wp-content/themes/twentytwentyone/assets/sass/style.scss
@@ -15,7 +15,7 @@
  * Breakpoints..........Mixins and variables for responsive styles
  * Vertical-margins.....Vertical spacing for the main components.
  * Reset................Reset specific elements to make them easier to style in other contexts.
- * Clearings............Clearnings for the main components.
+ * Clearings............Clearings for the main components.
  *
  * ELEMENTS
  * Blockquote...........Default blockquote.
@@ -40,7 +40,7 @@
  * Latest posts.........Specific styles for the latest posts block.
  * Legacy...............Specific styles for the legacy gallery.
  * List.................Specific styles for the list block.
- * Meda text............Specific styles for the media and text block.
+ * Media text...........Specific styles for the media and text block.
  * Navigation...........Specific styles for the navigation block.
  * Paragraph............Specific styles for the paragraph block.
  * Pullquote............Specific styles for the pullquote block.
diff --git a/src/wp-content/themes/twentytwentyone/single.php b/src/wp-content/themes/twentytwentyone/single.php
index 903903de2b..4ba64b2521 100644
--- a/src/wp-content/themes/twentytwentyone/single.php
+++ b/src/wp-content/themes/twentytwentyone/single.php
@@ -47,9 +47,9 @@ while ( have_posts() ) :
 		$twentytwentyone_post_type_name = $twentytwentyone_post_type->labels->singular_name;
 	}
 
-	/* translators: %s: The post-type singlular name (example: Post, Page etc) */
+	/* translators: %s: The post-type singular name (example: Post, Page, etc.) */
 	$twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
-	/* translators: %s: The post-type singlular name (example: Post, Page etc) */
+	/* translators: %s: The post-type singular name (example: Post, Page, etc.) */
 	$twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
 
 	the_post_navigation(
diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css
index b499e20653..5bf3f4b9f1 100644
--- a/src/wp-content/themes/twentytwentyone/style-rtl.css
+++ b/src/wp-content/themes/twentytwentyone/style-rtl.css
@@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Breakpoints..........Mixins and variables for responsive styles
  * Vertical-margins.....Vertical spacing for the main components.
  * Reset................Reset specific elements to make them easier to style in other contexts.
- * Clearings............Clearnings for the main components.
+ * Clearings............Clearings for the main components.
  *
  * ELEMENTS
  * Blockquote...........Default blockquote.
@@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Latest posts.........Specific styles for the latest posts block.
  * Legacy...............Specific styles for the legacy gallery.
  * List.................Specific styles for the list block.
- * Meda text............Specific styles for the media and text block.
+ * Media text...........Specific styles for the media and text block.
  * Navigation...........Specific styles for the navigation block.
  * Paragraph............Specific styles for the paragraph block.
  * Pullquote............Specific styles for the pullquote block.
@@ -721,7 +721,7 @@ template {
 }
 
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
@@ -833,7 +833,7 @@ template {
  *
  * - Set vertical margins and responsive widths on
  *   top-level wrappers and content wrappers
- * - `--global--width-content` is a responsive veriable
+ * - `--global--width-content` is a responsive variable
  * - See: globals/_global-width-responsive.scss
  */
 
@@ -864,7 +864,7 @@ template {
 
 /**
  * Site-main children wrappers
- * - Add double vertical margins here for clearer heirarchy
+ * - Add double vertical margins here for clearer hierarchy
  */
 .site-main > * {
 	margin-top: calc(3 * var(--global--spacing-vertical));
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 35516b6090..f72b1f0ad2 100644
--- a/src/wp-content/themes/twentytwentyone/style.css
+++ b/src/wp-content/themes/twentytwentyone/style.css
@@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Breakpoints..........Mixins and variables for responsive styles
  * Vertical-margins.....Vertical spacing for the main components.
  * Reset................Reset specific elements to make them easier to style in other contexts.
- * Clearings............Clearnings for the main components.
+ * Clearings............Clearings for the main components.
  *
  * ELEMENTS
  * Blockquote...........Default blockquote.
@@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
  * Latest posts.........Specific styles for the latest posts block.
  * Legacy...............Specific styles for the legacy gallery.
  * List.................Specific styles for the list block.
- * Meda text............Specific styles for the media and text block.
+ * Media text...........Specific styles for the media and text block.
  * Navigation...........Specific styles for the navigation block.
  * Paragraph............Specific styles for the paragraph block.
  * Pullquote............Specific styles for the pullquote block.
@@ -721,7 +721,7 @@ template {
 }
 
 /**
- * Repsonsive Styles
+ * Responsive Styles
  */
 
 /**
@@ -841,7 +841,7 @@ template {
  *
  * - Set vertical margins and responsive widths on
  *   top-level wrappers and content wrappers
- * - `--global--width-content` is a responsive veriable
+ * - `--global--width-content` is a responsive variable
  * - See: globals/_global-width-responsive.scss
  */
 
@@ -872,7 +872,7 @@ template {
 
 /**
  * Site-main children wrappers
- * - Add double vertical margins here for clearer heirarchy
+ * - Add double vertical margins here for clearer hierarchy
  */
 .site-main > * {
 	margin-top: calc(3 * var(--global--spacing-vertical));