fixed typo in comment in netbase.h and bignum.h

This commit is contained in:
Philip Kaufmann
2012-03-26 22:33:28 +02:00
parent a1c3d8f14d
commit 7e05b97229
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public:
};
/** C++ wrapper for BIGNUM (OpenSSl bignum) */
/** C++ wrapper for BIGNUM (OpenSSL bignum) */
class CBigNum : public BIGNUM
{
public: