diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:50:46 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:52:13 +0000 |
commit | 8e4388f6dcd12173a2f354332fdfb758eb612393 (patch) | |
tree | acfad29ea01599f459b08a09fa6229626aef67ba /registry/inc | |
parent | 7319f5faccc74dd1a0662c803a2c1428f7b7446e (diff) |
Fix typos
Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9
Reviewed-on: https://gerrit.libreoffice.org/18965
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/regapi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/inc/regapi.hxx b/registry/inc/regapi.hxx index 93fd05a072fa..3a9d0e623ceb 100644 --- a/registry/inc/regapi.hxx +++ b/registry/inc/regapi.hxx @@ -302,7 +302,7 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getResolvedKeyName(RegKeyHandle hKe @param keyName points to a null terminated string specifying the name of the key which stores the registry information. If keyName is NULL the registry information will be saved under the key specified by hKey. - @param regFileName points to a null terminated string specifying the file which conains the + @param regFileName points to a null terminated string specifying the file which contains the registry information. @return REG_NO_ERROR if succeeds else an error code. */ |