aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-04-02 07:07:48 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2012-04-02 07:07:48 -0700
commitfdef04e77b9b4b78a5d60a5104cd632f9392eca9 (patch)
tree6de29a4607a45904930549bbe6cdbd490ceecf46 /src
parent542a1380aaf80aa80cd8fe62ed1f19973cf4e579 (diff)
parent7e05b97229eb401ea2cdf2c33ef6a099f1e80e56 (diff)
downloadbitcoin-fdef04e77b9b4b78a5d60a5104cd632f9392eca9.tar.xz
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 c7c2ff1730..95e21977e7 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 b5f9d5fad9..43189c37e2 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: