summaryrefslogtreecommitdiff
path: root/oox/source/core/binarycodec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/binarycodec.cxx')
-rw-r--r--oox/source/core/binarycodec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/binarycodec.cxx b/oox/source/core/binarycodec.cxx
index 43eb3dca1dd5..49fa30325075 100644
--- a/oox/source/core/binarycodec.cxx
+++ b/oox/source/core/binarycodec.cxx
@@ -378,7 +378,7 @@ bool BinaryCodec_RCF::startBlock( sal_Int32 nCounter )
rtlCipherError eResult =
rtl_cipher_init( mhCipher, rtl_Cipher_DirectionDecode, pnKeyData, RTL_DIGEST_LENGTH_MD5, 0, 0 );
- // rrase key data array and leave
+ // erase key data array and leave
rtl_secureZeroMemory (pnKeyData, sizeof(pnKeyData));
return eResult == rtl_Cipher_E_None;
}