From c170b3fd5a55c1cf82d13012c7d03afbf22bdc7d Mon Sep 17 00:00:00 2001
From: keithwyland <keithwyland@gmail.com>
Date: Tue, 9 Apr 2013 08:15:30 -0500
Subject: [PATCH] Spelling error (strucure > structure)

---
 checklist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checklist.html b/checklist.html
index 71765e33..f774df19 100644
--- a/checklist.html
+++ b/checklist.html
@@ -88,7 +88,7 @@ description: A beginner's guide to web accessibility
 				<fieldset id="forms">
 					<legend>Document Outline</legend>
 					<!-- form document-outline -->
-					<label for="document-outline" class="checkbox">Use semantic headings and strucure
+					<label for="document-outline" class="checkbox">Use semantic headings and structure
 						<input name="document-outline" type="checkbox" id="document-outline">
 					</label>
 				</fieldset>
-- 
GitLab