From b49f1398a1a02eab06def81a9d25b972c81b8fe1 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 26 Jul 2012 03:25:26 +0000 Subject: Bugfix: Correct English grammar regarding "'s" --- src/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index 4b073bf94..8c35f0eed 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1811,7 +1811,7 @@ unsigned int CScript::GetSigOpCount(const CScript& scriptSig) const return 0; } - /// ... and return it's opcount: + /// ... and return its opcount: CScript subscript(data.begin(), data.end()); return subscript.GetSigOpCount(true); } -- cgit v1.2.3