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/netbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/netbase.h') 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: -- cgit v1.2.3