From b53639425e3826e33b94d92e8e0d67e2de8bc768 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 14 Oct 2012 22:55:13 +0400 Subject: [PATCH] Typo --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index 8c25215..663ddf7 100644 --- a/main.ml +++ b/main.ml @@ -4681,7 +4681,7 @@ let viewkeyboard key mask = state.mode <- LinkNav (Ltgendir 0); gotoy state.y; ) - else showtext '!' "Keyboard link naviagtion does not work under rotation" + else showtext '!' "Keyboard link navigation does not work under rotation" | 0xff1b | 113 -> (* escape / q *) begin match state.mstate with -- 2.11.4.GIT