Skip to content

Commit cd65de6

Browse files
authored
Merge pull request #33 from gizmomogwai/master
fixed typo
2 parents 03cebdf + 8fdde66 commit cd65de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

C/opensslv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*
4545
* libcrypto.so.0.9
4646
*
47-
* Some unixen also make a softlink with the major verson number only:
47+
* Some unixen also make a softlink with the major version number only:
4848
*
4949
* libcrypto.so.0
5050
*

deimos/openssl/opensslv.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ enum OPENSSL_VERSION_PTEXT = " part of " ~ OPENSSL_VERSION_TEXT;
4545
*
4646
* libcrypto.so.0.9
4747
*
48-
* Some unixen also make a softlink with the major verson number only:
48+
* Some unixen also make a softlink with the major version number only:
4949
*
5050
* libcrypto.so.0
5151
*

0 commit comments

Comments
 (0)