Browse Source

fixed typo

ceriel 36 years ago
parent
commit
12b89fa9f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/src/input/input.3

+ 1 - 1
modules/src/input/input.3

@@ -119,7 +119,7 @@ The next input characters will be obtained from the string \fItext\fR,
 which is \fIlength\fR characters long.
 \fIInsertText\fR returns 1 if it succeeds, 0 if it fails.
 The \fItext\fR string is not copied, so it should not be changed until the
-corresponding \fIAtEoIT\fR isd called.
+corresponding \fIAtEoIT\fR is called.
 .PP
 The routine \fIAtEoIF\fR is called at the end of the input stream
 inserted by \fIInsertFile\fR.