From: JINMEI Tatuya Date: Fri, 27 Jan 2012 18:31:44 +0000 (-0800) Subject: [1575] wording fix to be consistent with the revised C++ doxygen description. X-Git-Tag: trac2351_base~277^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81e5f0caa91e4be3b3e97d97ea6f56d92333bc16;p=thirdparty%2Fkea.git [1575] wording fix to be consistent with the revised C++ doxygen description. --- diff --git a/src/lib/dns/python/nsec3hash_python_inc.cc b/src/lib/dns/python/nsec3hash_python_inc.cc index 9ce28c3be3..9e8640f02b 100644 --- a/src/lib/dns/python/nsec3hash_python_inc.cc +++ b/src/lib/dns/python/nsec3hash_python_inc.cc @@ -33,8 +33,8 @@ Calculate the NSEC3 hash.\n\ This method calculates the NSEC3 hash value for the given name with\n\ the hash parameters (algorithm, iterations and salt) given at\n\ construction, and returns the value in a base32hex-encoded string\n\ -(without containing any white spaces). All alphabets in the string\n\ -will be upper cased.\n\ +(without containing any white spaces). All US-ASCII letters in the\n\ +string will be upper cased.\n\ \n\ Parameters:\n\ name The domain name for which the hash value is to be\n\