diff options
Diffstat (limited to 'src/s/template.h')
-rw-r--r-- | src/s/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/template.h b/src/s/template.h index 62eb065dc36..3cee20afff6 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ INTERRUPT_INPUT to decide whether to use it by default. SIGIO can be used only on systems that implement it (4.2 and 4.3). - CBREAK mode has two disadvatages + CBREAK mode has two disadvantages 1) At least in 4.2, it is impossible to handle the Meta key properly. I hear that in system V this problem does not exist. 2) Control-G causes output to be discarded. @@ -83,7 +83,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Define HAVE_TERMIO if the system provides sysV-style ioctls * for terminal control. * - * Do not define both. HAVE_TERMIOS is prefered, if it is + * Do not define both. HAVE_TERMIOS is preferred, if it is * supported on your system. */ |