]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1575] wording fix to be consistent with the revised C++ doxygen description.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:31:44 +0000 (10:31 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:31:44 +0000 (10:31 -0800)
src/lib/dns/python/nsec3hash_python_inc.cc

index 9ce28c3be329a59ee1cc65727b0cf51885a8828a..9e8640f02bcd2fd31e5c6f952935b0e9b1f827e1 100644 (file)
@@ -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\