Fix a typo.
authorntakahas <ntakahas>
Tue, 29 Jul 2008 09:31:35 +0000 (09:31 +0000)
committerntakahas <ntakahas>
Tue, 29 Jul 2008 09:31:35 +0000 (09:31 +0000)
FORMATS/IM.txt

index 6784f61..c938620 100644 (file)
@@ -172,7 +172,7 @@ the return key, the backspace key, and the 0 key on the keypad are
 represented as @c (Return) , @c (BackSpace) , and @c (KP_0)
 respectively.  If the shift, control, meta, alt, super, and hyper
 modifiers are used, they are represented by the S- , C- , M- , A- , s-
-, and H- prefixes respectively in this oreder.  Thus, "return with
+, and H- prefixes respectively in this order.  Thus, "return with
 shift with meta with hyper" is @c (S-M-H-Return) .  Note that "a with
 shift" .. "z with shift" are represented simply as A .. Z . Thus "a
 with shift with meta with hyper" is @c (M-H-A) .