aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-02 07:07:48 -0700
committerPieter Wuille <[email protected]>2012-04-02 07:07:48 -0700
commitfdef04e77b9b4b78a5d60a5104cd632f9392eca9 (patch)
tree6de29a4607a45904930549bbe6cdbd490ceecf46 /src
parentMerge pull request #1006 from Diapolo/tr-tray (diff)
parentfixed typo in comment in netbase.h and bignum.h (diff)
downloaddiscoin-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.h2
-rw-r--r--src/netbase.h2
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: