summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-27 00:07:34 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-27 08:44:34 +0200
commitb6536a2ff0f9ea9ad431eeba2c8b5493823dd21b (patch)
tree346e316c1ab07c3fd3f8134c2f15e8dd8d561bde /registry
parent0582bd49b385ebcebf93fe87d0161ed4846c8805 (diff)
registry: typo in function parameter
Change-Id: I0a0e9551e427f3ca0fe15a5eec05f85e852642fe Reviewed-on: https://gerrit.libreoffice.org/38075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index b375318f359f..8d9ed6185d91 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -75,7 +75,7 @@ public:
RegError loadKey(RegKeyHandle hKey,
const OUString& regFileName,
- bool bWarings,
+ bool bWarnings,
bool bReport);
RegError dumpRegistry(RegKeyHandle hKey) const;