Browse Source

Merge pull request #995 from Diapolo/master

fixed typo in comment in netbase.h and bignum.h
0.8
Pieter Wuille 13 years ago
parent
commit
fdef04e77b
  1. 2
      src/bignum.h
  2. 2
      src/netbase.h

2
src/bignum.h

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

2
src/netbase.h

@ -81,7 +81,7 @@ class CNetAddr @@ -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:

Loading…
Cancel
Save