aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-03-26 17:02:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-03-26 23:56:23 +0200
commitf7df67cff0a756eefc8daea36e6468df694a43d0 (patch)
tree5c0f0e6547531e4681d1bf5ec88c24db322fe96f /lib/Makefile.b32
parent8e65877870c1fac920b65219adec720df810aab9 (diff)
spelling fixes
Closes #1356
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b322
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 481386157..5b5b5fa9f 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -109,7 +109,7 @@ LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\l
!include Makefile.inc
# Borland's command line librarian program TLIB version 4.5 is not capable
-# of building a library when any of its objects contains an hypen in its
+# of building a library when any of its objects contains an hyphen in its
# name, due to a command line parsing bug. In order to workaround this, we
# build source files with hyphens in their name as objects with underscores
# using explicit compilation build rules instead of implicit ones.