Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 18545)
+++ wp-includes/rewrite.php	(working copy)
@@ -821,7 +821,7 @@
 		$rewrite_rules = array();
 		$page_structure = $this->get_page_permastruct();
 
-		// the extra .? at the beginning prevents clashes with other regex's in thie structure
+		// the extra .? at the beginning prevents clashes with other regex's in this structure
 		$this->add_rewrite_tag('%pagename%', "(.?.+?)", 'pagename=');
 		$rewrite_rules = array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure, EP_PAGES));
 		return $rewrite_rules;
