include/rtl/cipher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit cdcc76802d7dbdc78c344d25b754125ba161e8ad Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 19 21:54:14 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 22:52:59 2024 +0200 Fix typo Change-Id: I30c31ea6c17bd4a27109d2dfb641b9cb5d6922a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169240 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/rtl/cipher.h b/include/rtl/cipher.h index 928f71ba973d..f61c6db38d59 100644 --- a/include/rtl/cipher.h +++ b/include/rtl/cipher.h @@ -118,7 +118,7 @@ SAL_DLLPUBLIC rtlCipher SAL_CALL rtl_cipher_create ( rtlCipherMode Mode ) SAL_THROW_EXTERN_C(); -/** Inititialize a cipher for the given direction. +/** Initialize a cipher for the given direction. @see rtlCipherDirection @param[in] Cipher cipher handle. @@ -191,7 +191,7 @@ SAL_DLLPUBLIC rtlCipher SAL_CALL rtl_cipher_createBF ( rtlCipherMode Mode ) SAL_THROW_EXTERN_C(); -/** Inititialize a Blowfish cipher for the given direction. +/** Initialize a Blowfish cipher for the given direction. @see rtl_cipher_init() */ SAL_DLLPUBLIC rtlCipherError SAL_CALL rtl_cipher_initBF ( @@ -240,7 +240,7 @@ SAL_DLLPUBLIC rtlCipher SAL_CALL rtl_cipher_createARCFOUR ( rtlCipherMode Mode ) SAL_THROW_EXTERN_C(); -/** Inititialize a RC4 cipher for the given direction. +/** Initialize a RC4 cipher for the given direction. @see rtl_cipher_init() */ SAL_DLLPUBLIC rtlCipherError SAL_CALL rtl_cipher_initARCFOUR (
