summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.netware
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 /docs/examples/Makefile.netware
parent8e65877870c1fac920b65219adec720df810aab9 (diff)
downloadgnurl-f7df67cff0a756eefc8daea36e6468df694a43d0.tar.gz
gnurl-f7df67cff0a756eefc8daea36e6468df694a43d0.tar.bz2
gnurl-f7df67cff0a756eefc8daea36e6468df694a43d0.zip
spelling fixes
Closes #1356
Diffstat (limited to 'docs/examples/Makefile.netware')
-rw-r--r--docs/examples/Makefile.netware6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/Makefile.netware b/docs/examples/Makefile.netware
index 9fe9db453..e75d143d5 100644
--- a/docs/examples/Makefile.netware
+++ b/docs/examples/Makefile.netware
@@ -64,7 +64,7 @@ DESCR = curl ($(LIBARCH))
MTSAFE = YES
STACK = 8192
SCREEN = Example Program
-# Comment the line below if you dont want to load protected automatically.
+# Comment the line below if you don't want to load protected automatically.
# LDRING = 3
# Uncomment the next line to enable linking with POSIX semantics.
@@ -136,7 +136,7 @@ endif
CFLAGS += -align 4
else
# PRELUDE = $(NDK_CLIB)/imports/clibpre.o
- # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK
+ # to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
PRELUDE = "$(MWCW_PATH)/libraries/runtime/prelude.obj"
# CFLAGS += -include "$(MWCW_PATH)/headers/nlm_clib_prefix.h"
CFLAGS += -align 1
@@ -159,7 +159,7 @@ else
endif
else
# PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
- # to avoid the __init_* / __deinit_* whoes dont use prelude from NDK
+ # to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
# http://www.gknw.net/development/mk_nlm/gcc_pre.zip
PRELUDE = $(NDK_ROOT)/pre/prelude.o
CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h