]> Git Repo - VerusCoin.git/commitdiff
fixed typo in comment in netbase.h and bignum.h
authorPhilip Kaufmann <[email protected]>
Mon, 26 Mar 2012 20:33:28 +0000 (22:33 +0200)
committerPhilip Kaufmann <[email protected]>
Fri, 30 Mar 2012 05:44:35 +0000 (07:44 +0200)
src/bignum.h
src/netbase.h

index c7c2ff173046d4b2ce06a4165cd8d0b80de9b866..95e21977e7dd0e2a5c3abc5499c96b6b5a455624 100644 (file)
@@ -47,7 +47,7 @@ public:
 };
 
 
-/** C++ wrapper for BIGNUM (OpenSSl bignum) */
+/** C++ wrapper for BIGNUM (OpenSSL bignum) */
 class CBigNum : public BIGNUM
 {
 public:
index b5f9d5fad98bdd93e84e1ac86ac4cdf993b8e53f..43189c37e20003f62dd930fff97bf0cef16552e7 100644 (file)
@@ -81,7 +81,7 @@ class CNetAddr
             )
 };
 
-/** A combnation of a network address (CNetAddr) and a (TCP) port */
+/** A combination of a network address (CNetAddr) and a (TCP) port */
 class CService : public CNetAddr
 {
     protected:
This page took 0.028693 seconds and 4 git commands to generate.