From 6b8b198284652b0bcdc5d51816c9390cd1af5bd0 Mon Sep 17 00:00:00 2001 From: greggdourgarian Date: Fri, 26 Aug 2016 15:17:42 -0500 Subject: [PATCH] common,internal:typo/misspelling fixes. --- common/natspec/natspec_js.go | 6 +++--- internal/jsre/ethereum_js.go | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/natspec/natspec_js.go b/common/natspec/natspec_js.go index 2b30d31d35..9dd7c48c8c 100644 --- a/common/natspec/natspec_js.go +++ b/common/natspec/natspec_js.go @@ -787,7 +787,7 @@ var findIndex = function (array, callback) { }; /** - * Should be called to get sting from it's hex representation + * Should be called to get sting from its hex representation * * @method toAscii * @param {String} string in hex @@ -876,7 +876,7 @@ var toDecimal = function (value) { }; /** - * Converts value to it's hex representation + * Converts value to its hex representation * * @method fromDecimal * @param {String|Number|BigNumber} @@ -890,7 +890,7 @@ var fromDecimal = function (value) { }; /** - * Auto converts any given value into it's hex representation. + * Auto converts any given value into its hex representation. * * And even stringifys objects before. * diff --git a/internal/jsre/ethereum_js.go b/internal/jsre/ethereum_js.go index 79ce1d2e2f..9c8bbe5ca6 100644 --- a/internal/jsre/ethereum_js.go +++ b/internal/jsre/ethereum_js.go @@ -1987,7 +1987,7 @@ var padRight = function (string, chars, sign) { }; /** - * Should be called to get utf8 from it's hex representation + * Should be called to get utf8 from its hex representation * * @method toUtf8 * @param {String} string in hex @@ -2011,7 +2011,7 @@ var toUtf8 = function(hex) { }; /** - * Should be called to get ascii from it's hex representation + * Should be called to get ascii from its hex representation * * @method toAscii * @param {String} string in hex @@ -2120,7 +2120,7 @@ var toDecimal = function (value) { }; /** - * Converts value to it's hex representation + * Converts value to its hex representation * * @method fromDecimal * @param {String|Number|BigNumber} @@ -2134,7 +2134,7 @@ var fromDecimal = function (value) { }; /** - * Auto converts any given value into it's hex representation. + * Auto converts any given value into its hex representation. * * And even stringifys objects before. *