diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/keyimpl.cxx | 2 |
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; |