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