fixed typo in comment in netbase.h and bignum.h
[novacoin.git] / src / netbase.h
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: