diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-18 11:30:26 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-01-18 11:30:26 -0500 |
commit | 4c04137d73637107669e02b21f890387aaa2ef34 (patch) | |
tree | 9c3f7724dc5b4eb10b51beae1983cbc6398f015d /src/OS/Makefile-Base | |
parent | 5dc309a45b3f266afbe1b8ccc9a066b0f76650a3 (diff) |
214 spelling fixes
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index b9eaabaa6..da5778d12 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -1,7 +1,7 @@ # This file is the basis of the main makefile for Exim and friends. The # makefile at the top level arranges to build the main makefile by calling # scripts/Configure-Makefile from within the build directory. This -# concatentates the configuration settings from Local/Makefile and other, +# concatenates the configuration settings from Local/Makefile and other, # optional, Local/* files at the front of this file, to create Makefile in the # build directory. # @@ -474,7 +474,7 @@ eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \ # Compile step for most of the exim modules. HDRS is a list of headers -# which cause everthing to be rebuilt. PHDRS is the same, for the use +# which cause everything to be rebuilt. PHDRS is the same, for the use # of routers, transports, and authenticators. I can't find a way of doing this # in one. This list is overkill, but it doesn't really take much time to # rebuild Exim on a modern computer. |