diff options
| author | Philip Kaufmann <[email protected]> | 2012-03-26 22:33:28 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-03-30 07:44:35 +0200 |
| commit | 7e05b97229eb401ea2cdf2c33ef6a099f1e80e56 (patch) | |
| tree | f2a3f7be25997bb8dd24b5ad6a1e0b0b0b0b0ca9 /src | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| download | discoin-7e05b97229eb401ea2cdf2c33ef6a099f1e80e56.tar.xz discoin-7e05b97229eb401ea2cdf2c33ef6a099f1e80e56.zip | |
fixed typo in comment in netbase.h and bignum.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/bignum.h | 2 | ||||
| -rw-r--r-- | src/netbase.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bignum.h b/src/bignum.h index c7c2ff173..95e21977e 100644 --- a/src/bignum.h +++ b/src/bignum.h @@ -47,7 +47,7 @@ public: }; -/** C++ wrapper for BIGNUM (OpenSSl bignum) */ +/** C++ wrapper for BIGNUM (OpenSSL bignum) */ class CBigNum : public BIGNUM { public: diff --git a/src/netbase.h b/src/netbase.h index b5f9d5fad..43189c37e 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -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: |