From b6536a2ff0f9ea9ad431eeba2c8b5493823dd21b Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 27 May 2017 00:07:34 +1000 Subject: registry: typo in function parameter Change-Id: I0a0e9551e427f3ca0fe15a5eec05f85e852642fe Reviewed-on: https://gerrit.libreoffice.org/38075 Tested-by: Jenkins Reviewed-by: Noel Grandin --- registry/source/regimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry/source') 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; -- cgit