From 8624a919887b7314d68e94f3fddfccf5aff6291b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 24 Feb 2019 17:00:20 -0500 Subject: [PATCH] Spelling --- blake2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blake2.h b/blake2.h index 28a6a60a..5e0542f2 100644 --- a/blake2.h +++ b/blake2.h @@ -270,7 +270,7 @@ public: /// \param keyLength the size of the byte array /// \param salt a byte array used as salt /// \param saltLength the size of the byte array - /// \param personalization a byte array used as prsonalization string + /// \param personalization a byte array used as personalization string /// \param personalizationLength the size of the byte array /// \param treeMode flag indicating tree mode /// \param digestSize the digest size, in bytes @@ -377,7 +377,7 @@ public: /// \param keyLength the size of the byte array /// \param salt a byte array used as salt /// \param saltLength the size of the byte array - /// \param personalization a byte array used as prsonalization string + /// \param personalization a byte array used as personalization string /// \param personalizationLength the size of the byte array /// \param treeMode flag indicating tree mode /// \param digestSize the digest size, in bytes