[trivial] Fix typos in comments

This commit is contained in:
practicalswift
2017-01-18 16:15:37 +01:00
parent a7ea2f8fdb
commit cc16d99f1d
21 changed files with 24 additions and 24 deletions

View File

@@ -147,7 +147,7 @@ public:
K GetKey() {
K ret;
if (vchData.size() == Size) {
//if base58 encouded data not holds a ext key, return a !IsValid() key
// If base58 encoded data does not hold an ext key, return a !IsValid() key
ret.Decode(&vchData[0]);
}
return ret;