aboutsummaryrefslogtreecommitdiffstats
path: root/apps/makeapps.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-04-13 14:34:48 +0000
committerRichard Levitte <levitte@openssl.org>2010-04-13 14:34:48 +0000
commitd2f098b33d6465f8d01369eca7ec46fd4f7f58c0 (patch)
tree1bbd1efa913feb535b4c2d1e30b5b5d6b8377fb0 /apps/makeapps.com
parent6f4f7f35f32cf8726cdefb8a626d88ab9ad24456 (diff)
downloadopenssl-d2f098b33d6465f8d01369eca7ec46fd4f7f58c0.tar.gz
Spelling
Diffstat (limited to 'apps/makeapps.com')
-rw-r--r--apps/makeapps.com10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index b96c4a1c66..58f2865623 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -25,7 +25,7 @@ $! VAXC For VAX C.
$! DECC For DEC C.
$! GNUC For GNU C.
$!
-$! If you don't speficy a compiler, it will try to determine which
+$! If you don't specify a compiler, it will try to determine which
$! "C" compiler to use.
$!
$! P3, if defined, sets a TCP/IP library to use, through one of the following
@@ -52,7 +52,7 @@ $ THEN
$!
$! The Architecture Is VAX.
$!
-$ ARCH := VAX
+$ ARCH = "VAX"
$!
$! Else...
$!
@@ -555,7 +555,7 @@ $! Time To EXIT.
$!
$ EXIT
$!
-$! End The Valid Arguement Check.
+$! End The Valid Argument Check.
$!
$ ENDIF
$!
@@ -770,7 +770,7 @@ $! Set up default defines
$!
$ CCDEFS = """FLAT_INC=1""," + CCDEFS
$!
-$! Else The User Entered An Invalid Arguement.
+$! Else The User Entered An Invalid Argument.
$!
$ ELSE
$!
@@ -875,7 +875,7 @@ $! Print info
$!
$ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB
$!
-$! Else The User Entered An Invalid Arguement.
+$! Else The User Entered An Invalid Argument.
$!
$ ELSE
$!