From 7e05b97229eb401ea2cdf2c33ef6a099f1e80e56 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Mon, 26 Mar 2012 22:33:28 +0200 Subject: fixed typo in comment in netbase.h and bignum.h --- src/bignum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bignum.h') 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: -- cgit v1.2.3