From 8dfdc53fd18882064fa09be90e581f92ca9b3886 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 21 Nov 2005 04:36:14 +0000 Subject: [PATCH] Grammar fix: "required" -> "require". --- dos/bccdos.mak | 2 +- dos/gccdos.mak | 2 +- dos/mscdos.mak | 2 +- dos/msvcdos.mak | 2 +- dos/wccdos16.mak | 2 +- dos/wccdos4g.mak | 2 +- os2/bccos2.mak | 2 +- os2/gccos2.mak | 2 +- os2/iccos2.mak | 2 +- os2/owos2.mak | 2 +- os2/wccos2.mak | 2 +- win32/bccwin32.mak | 2 +- win32/gccwin32.mak | 2 +- win32/lccwin32.mak | 5 +---- win32/mingwin32.mak | 2 +- win32/vcwin32.mak | 2 +- win32/wccwin32.mak | 2 +- 17 files changed, 17 insertions(+), 20 deletions(-) diff --git a/dos/bccdos.mak b/dos/bccdos.mak index 7869fc01..5dde35e9 100644 --- a/dos/bccdos.mak +++ b/dos/bccdos.mak @@ -16,7 +16,7 @@ PDCURSES_HOME =c:\curses CC_HOME =c:\c MODEL =l ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/dos/gccdos.mak b/dos/gccdos.mak index 3473d90c..df0e4715 100644 --- a/dos/gccdos.mak +++ b/dos/gccdos.mak @@ -25,7 +25,7 @@ else CC_HOME = c:/djgpp endif ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/dos/mscdos.mak b/dos/mscdos.mak index 7615f849..82b3b652 100644 --- a/dos/mscdos.mak +++ b/dos/mscdos.mak @@ -17,7 +17,7 @@ CC_HOME =c:\c600 MODEL =L # one of L, S, M, T, H, C SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/dos/msvcdos.mak b/dos/msvcdos.mak index 518a4213..048b2b2c 100644 --- a/dos/msvcdos.mak +++ b/dos/msvcdos.mak @@ -17,7 +17,7 @@ CC_HOME =l:\msvc MODEL =L # one of L, S, M, T, H, C SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/dos/wccdos16.mak b/dos/wccdos16.mak index 1ddd81bd..c031ff2e 100644 --- a/dos/wccdos16.mak +++ b/dos/wccdos16.mak @@ -16,7 +16,7 @@ PDCURSES_HOME =$(%PDCURSES_SRCDIR) CCINCDIR =k:\h MODEL =l ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/dos/wccdos4g.mak b/dos/wccdos4g.mak index 950a527f..21445d23 100644 --- a/dos/wccdos4g.mak +++ b/dos/wccdos4g.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =$(%PDCURSES_SRCDIR) CCINCDIR =k:\h ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/os2/bccos2.mak b/os2/bccos2.mak index a9248084..12c0021c 100644 --- a/os2/bccos2.mak +++ b/os2/bccos2.mak @@ -16,7 +16,7 @@ PDCURSES_HOME =c:\curses CC_HOME =c:\bcos2 #MODEL =l ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/os2/gccos2.mak b/os2/gccos2.mak index 60ad3c78..23936792 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -18,7 +18,7 @@ PDCURSES_HOME =$(PDCURSES_SRCDIR) CC_HOME =c:/emx ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/os2/iccos2.mak b/os2/iccos2.mak index e3275af6..5f46b9a8 100644 --- a/os2/iccos2.mak +++ b/os2/iccos2.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =c:\curses CC_HOME =f:\ibmc ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/os2/owos2.mak b/os2/owos2.mak index 13784537..69d86592 100644 --- a/os2/owos2.mak +++ b/os2/owos2.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =c:\curses CCINCDIR =k:\h ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/os2/wccos2.mak b/os2/wccos2.mak index 45091ea6..a3d89daa 100644 --- a/os2/wccos2.mak +++ b/os2/wccos2.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =c:\curses CCINCDIR =k:\h ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/win32/bccwin32.mak b/win32/bccwin32.mak index 314c0ca0..cadcf996 100644 --- a/win32/bccwin32.mak +++ b/win32/bccwin32.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =$(PDCURSES_SRCDIR) CC_HOME =c:\bcc55 ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6 diff --git a/win32/gccwin32.mak b/win32/gccwin32.mak index 746eee5d..cc0c4493 100644 --- a/win32/gccwin32.mak +++ b/win32/gccwin32.mak @@ -15,7 +15,7 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR) #CC_HOME =/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32 ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h diff --git a/win32/lccwin32.mak b/win32/lccwin32.mak index 753e6b08..0e777737 100644 --- a/win32/lccwin32.mak +++ b/win32/lccwin32.mak @@ -8,16 +8,13 @@ # [all|demos|pdcurses.lib|panel.lib|testcurs.exe...] # ############################################################################### - # # Change these for your environment... # ############################################################################### - PDCURSES_HOME =\pdcurses ############################################################################### - -# Nothing below here should required changing. +# Nothing below here should require changing. ############################################################################### PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/win32/mingwin32.mak b/win32/mingwin32.mak index 8d6c7d96..98981f23 100644 --- a/win32/mingwin32.mak +++ b/win32/mingwin32.mak @@ -15,7 +15,7 @@ PDCURSES_HOME =d:/pdcurses/pdcurses CC_HOME =c:/mingw32 ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h diff --git a/win32/vcwin32.mak b/win32/vcwin32.mak index 5cf3b4a0..01d7b5a1 100644 --- a/win32/vcwin32.mak +++ b/win32/vcwin32.mak @@ -18,7 +18,7 @@ VERDOT=2.6 PDCURSES_HOME =$(PDCURSES_SRCDIR) ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h diff --git a/win32/wccwin32.mak b/win32/wccwin32.mak index c22b1afd..b02574cb 100644 --- a/win32/wccwin32.mak +++ b/win32/wccwin32.mak @@ -16,7 +16,7 @@ PDCURSES_HOME =$(%PDCURSES_SRCDIR) CCINCDIR =d:\h ################################################################################ -# Nothing below here should required changing. +# Nothing below here should require changing. ################################################################################ VER=26 VERDOT=2.6