summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 08:03:32 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 23:47:47 +0200
commitca6df519a78e5bfc96030c916f242b86306194e5 (patch)
treebdad3d7c20eebfef3933f973e7e0c684b58acca3 /registry
parent682be3766c50a648883cd4c7cd4e24cdab29a075 (diff)
Fix typos
Change-Id: Ia5fba032635adbf85bdfcb1eb0b3ffb9cf9d4a6a Reviewed-on: https://gerrit.libreoffice.org/76548 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'registry')
-rw-r--r--registry/source/keyimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/keyimpl.cxx b/registry/source/keyimpl.cxx
index 702a380038a1..e5aef0675199 100644
--- a/registry/source/keyimpl.cxx
+++ b/registry/source/keyimpl.cxx
@@ -696,7 +696,7 @@ RegError ORegKey::getLongListValue(const OUString& valueName, sal_Int32** pValue
sal_uInt32 len = 0;
readUINT32(pBuffer.get(), len);
- /* make sure the declared size of the arry is consistent with the amount of data we have read */
+ /* make sure the declared size of the array is consistent with the amount of data we have read */
if(len > (valueSize - 4) / 4)
{
pValueList = nullptr;