diff options
author | David Boddie <dboddie@trolltech.com> | 2009-05-25 17:43:12 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-05-25 17:43:12 (GMT) |
commit | b94416a8fe3fae0e9ab01dea9d5a78a21c4affc0 (patch) | |
tree | fe6875f135433d446d5f4b89b1990399326a1958 /src/corelib/tools/qcryptographichash.cpp | |
parent | cf2e6ffa054971a26b466eeb5170adfc247ba80a (diff) | |
download | Qt-b94416a8fe3fae0e9ab01dea9d5a78a21c4affc0.zip Qt-b94416a8fe3fae0e9ab01dea9d5a78a21c4affc0.tar.gz Qt-b94416a8fe3fae0e9ab01dea9d5a78a21c4affc0.tar.bz2 |
Doc: Fixed terminology.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/tools/qcryptographichash.cpp')
-rw-r--r-- | src/corelib/tools/qcryptographichash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 7232626..e438179 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -74,7 +74,7 @@ public: QCryptographicHash can be used to generate cryptographic hashes of binary or text data. - Currently MD4, MD5, and SHA1 are supported. + Currently MD4, MD5, and SHA-1 are supported. */ /*! |