From 448f6b3d9b6d598f6a3db7807934d10fe94d5a71 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 dd53f903dc..d8b24944b0 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1268,7 +1268,7 @@ 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