Merge pull request #995 from Diapolo/master

fixed typo in comment in netbase.h and bignum.h
This commit is contained in:
Pieter Wuille 2012-04-02 07:07:48 -07:00
commit fdef04e77b
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 class CBigNum : public BIGNUM
{ {
public: public:

View 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 class CService : public CNetAddr
{ {
protected: protected: