diff options
| author | Pieter Wuille <[email protected]> | 2012-04-02 07:07:48 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-02 07:07:48 -0700 |
| commit | fdef04e77b9b4b78a5d60a5104cd632f9392eca9 (patch) | |
| tree | 6de29a4607a45904930549bbe6cdbd490ceecf46 /src | |
| parent | Merge pull request #1006 from Diapolo/tr-tray (diff) | |
| parent | fixed typo in comment in netbase.h and bignum.h (diff) | |
| download | discoin-fdef04e77b9b4b78a5d60a5104cd632f9392eca9.tar.xz discoin-fdef04e77b9b4b78a5d60a5104cd632f9392eca9.zip | |
Merge pull request #995 from Diapolo/master
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: |