diff options
author | David Boddie <dboddie@trolltech.com> | 2009-05-25 17:43:12 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-05-26 03:58:49 (GMT) |
commit | 5c26260f7de25100c6e2b0afcac7c3f423fdce21 (patch) | |
tree | ab0db2fa285eaeb9e84927a3ce00ac866df85a7a /src | |
parent | d1f9b6818d42d369b243678161714e0be99adf98 (diff) | |
download | Qt-5c26260f7de25100c6e2b0afcac7c3f423fdce21.zip Qt-5c26260f7de25100c6e2b0afcac7c3f423fdce21.tar.gz Qt-5c26260f7de25100c6e2b0afcac7c3f423fdce21.tar.bz2 |
Doc: Fixed terminology.
Reviewed-by: Trust Me
(cherry picked from commit b94416a8fe3fae0e9ab01dea9d5a78a21c4affc0)
Diffstat (limited to 'src')
-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 43e3400..805fb09 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. */ /*! |