fixed typo in comment in netbase.h and bignum.h
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 26 Mar 2012 20:33:28 +0000 (22:33 +0200)
committerPhilip Kaufmann <phil.kaufmann@t-online.de>
Fri, 30 Mar 2012 05:44:35 +0000 (07:44 +0200)
src/bignum.h
src/netbase.h

index c7c2ff1..95e2197 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 b5f9d5f..43189c3 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: