summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVikrantsingh Bisen <vikrantsingh.it@gmail.com>2014-08-18 22:07:38 +0200
committerVikrantsingh Bisen <vikrantsingh.it@gmail.com>2014-08-18 22:07:38 +0200
commit3f8b5a6b86ff780d9fefde8b492f44b10e52f1a5 (patch)
tree2e81f464fe0c5f0c36e703380b0e29dbacdeb959 /tests
parent9075ef984a0593f07af33109f064e81915d69b4c (diff)
downloadnss-hg-3f8b5a6b86ff780d9fefde8b492f44b10e52f1a5.tar.gz
Bug 1054625 - corrected spelling of version, r=kaie
Diffstat (limited to 'tests')
-rwxr-xr-xtests/pkcs11/netscape/suites/security/ssl/sslt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pkcs11/netscape/suites/security/ssl/sslt.c b/tests/pkcs11/netscape/suites/security/ssl/sslt.c
index 69b269b77..a92e8bd6b 100755
--- a/tests/pkcs11/netscape/suites/security/ssl/sslt.c
+++ b/tests/pkcs11/netscape/suites/security/ssl/sslt.c
@@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#define VERION_MAJOR 1
-#define VERION_MINOR 0
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 0
#define VERSION_POINT 7
/* NSPR header files */
#include <prinit.h>
@@ -174,7 +174,7 @@ PRIntn main(PRIntn ac, char **av, char **ev) {
"\nSSL Test Suite Version %d.%d.%d\n\
All Rights Reserved\n\
Usage: sslt [-c client_nickname] [-n server_nickname] [-p passwd] [-d] testid\n",
-VERION_MAJOR, VERION_MINOR, VERSION_POINT);
+VERSION_MAJOR, VERSION_MINOR, VERSION_POINT);
exit(0);
}