aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:25:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:30:36 +0000
commit448f6b3d9b6d598f6a3db7807934d10fe94d5a71 (patch)
treecb6892a2fab1b15717b3e016dfdffc8826b904ca /src/script.cpp
parent8911ac0b27510914efbfed80ddfb7f19757ac102 (diff)
downloadbitcoin-448f6b3d9b6d598f6a3db7807934d10fe94d5a71.tar.xz
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/script.cpp')
-rw-r--r--src/script.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}