From 6ef1e3d1f90cb86b6dff62901b9ebe0d4ba2062b Mon Sep 17 00:00:00 2001 From: "Stefan A. Haubenthal" Date: Mon, 10 Nov 2025 00:21:55 +0100 Subject: [PATCH] Fixed typos --- README.md | 2 +- src/ibm.png | Bin src/x029.c | 4 ++-- src/x029.man | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 src/ibm.png diff --git a/README.md b/README.md index 2fbfaaa..c39e3f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ x029 is an IBM 029 keypunch emulator for X11. -Prerequsites +Prerequisites ------------ x029 requires X11R5 or later, and the libxaw7-dev package. diff --git a/src/ibm.png b/src/ibm.png old mode 100755 new mode 100644 diff --git a/src/x029.c b/src/x029.c index ff8784f..0fb5bf3 100644 --- a/src/x029.c +++ b/src/x029.c @@ -514,7 +514,7 @@ main(int argc, char *argv[]) programname = argv[0]; } - /* Initialze Xt and fetch our resources. */ + /* Initialize Xt and fetch our resources. */ toplevel = XtVaAppInitialize( &appcontext, "X029", @@ -2183,7 +2183,7 @@ void run_fsms(void) { if (eq_count == 0) { - /* The paste FSM has absoulte priority over the auto-play FSM. */ + /* The paste FSM has absolute priority over the auto-play FSM. */ if (paste_fsm_cx.state != DS_READ) { run_fsm(&paste_fsm_cx); } else if (mode != M_INTERACTIVE) { diff --git a/src/x029.man b/src/x029.man index 0e68d3b..57dae9c 100644 --- a/src/x029.man +++ b/src/x029.man @@ -80,7 +80,7 @@ interpreted as the \fBREL\fP key. The \fB-remotectl\fP option also causes \fBx029\fP to read text from standard input, but it allows the input to be generated incrementally. The basic difference between plain demo and remote-control modes is that a new card is -fed immedately in remote-control mode, while a card is not fed in demo mode +fed immediately in remote-control mode, while a card is not fed in demo mode until input is available. .SH "OPTIONS" \fBx029\fP is a toolkit-based program, so it understands standard Xt