summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 23:24:56 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 23:26:58 +0200
commitbe053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch)
tree94fe4823ec33e39359006c986372c5caceb85db0 /include/registry
parentd1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff)
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/registry.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/registry/registry.h b/include/registry/registry.h
index 9caa1331d2eb..b4add7f9bd53 100644
--- a/include/registry/registry.h
+++ b/include/registry/registry.h
@@ -240,11 +240,11 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getLongListValue(RegKeyHandle hKey,
/** This function gets the string list value of a key.
- @param[in] hKey identifies a currently open key. The key whose value will be retrived by this
+ @param[in] hKey identifies a currently open key. The key whose value will be retrieved by this
function is a subkey of the key identified by hKey.
@param[in] keyName points to a null terminated string specifying the name of a key whose value
- will be retrived. If keyName is NULL, then the value of the key specified by
- hKey will be retrived.
+ will be retrieved. If keyName is NULL, then the value of the key specified by
+ hKey will be retrieved.
@param[out] pValueList a Pointer to an ascii value list which returns the data of the value.
@param[out] pLen returns the length of the value list.
@return REG_NO_ERROR if succeeds else an error code.
@@ -257,11 +257,11 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getStringListValue(RegKeyHandle hKe
/** This function gets the unicode list value of a key.
- @param[in] hKey identifies a currently open key. The key whose value will be retrived by this
+ @param[in] hKey identifies a currently open key. The key whose value will be retrieved by this
function is a subkey of the key identified by hKey.
@param[in] keyName points to a null terminated string specifying the name of a key whose value
- will be retrived. If keyName is NULL, then the value of the key specified by
- hKey will be retrived.
+ will be retrieved. If keyName is NULL, then the value of the key specified by
+ hKey will be retrieved.
@param[out] pValueList a Pointer to an unicode value list which returns the data of the value.
@param[out] pLen returns the length of the value list.
@return REG_NO_ERROR if succeeds else an error code.