Assorted spelling fixes
diff --git a/dlls/user/edit.c b/dlls/user/edit.c
index 05575bd..98cf736 100644
--- a/dlls/user/edit.c
+++ b/dlls/user/edit.c
@@ -155,7 +155,7 @@
 	/*
 	 * IME Data
 	 */
-	UINT composition_len;   /* lenght of composition, 0 == no composition */
+	UINT composition_len;   /* length of composition, 0 == no composition */
 	int composition_start;  /* the character position for the composition */
 } EDITSTATE;