diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 3986576c77..497b9f9b4a 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -1284,7 +1284,7 @@ void QMessageAuthenticationCode::reset() use(mac); \endcode - Perfer to pass initial keys as the constructor argument: + Prefer to pass initial keys as the constructor argument: \code QMessageAuthenticationCode mac(method, key); // OK, optimal