From: Philip Kaufmann Date: Mon, 26 Mar 2012 20:33:28 +0000 (+0200) Subject: fixed typo in comment in netbase.h and bignum.h X-Git-Tag: v0.4.0-unstable~129^2~118^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=7e05b97229eb401ea2cdf2c33ef6a099f1e80e56 fixed typo in comment in netbase.h and bignum.h --- diff --git a/src/bignum.h b/src/bignum.h index c7c2ff1..95e2197 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 b5f9d5f..43189c3 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: