summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-03-27 15:37:54 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-04-05 04:41:25 +0000
commitc078ea782873970e2d355ef055c0678d5a54873a (patch)
treec592cb87a68d5bcc77708f6492cb543f15247ad1 /source3/rpc_client
parent7545eff148befb753cf55530a03945b27dbf8727 (diff)
downloadsamba-c078ea782873970e2d355ef055c0678d5a54873a.tar.gz
spell "recursive"
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_winreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_winreg.h b/source3/rpc_client/cli_winreg.h
index a5162633db6..b562531ad78 100644
--- a/source3/rpc_client/cli_winreg.h
+++ b/source3/rpc_client/cli_winreg.h
@@ -417,7 +417,7 @@ NTSTATUS dcerpc_winreg_enumvals(TALLOC_CTX *mem_ctx,
/**
* @internal
*
- * @brief A function to delete a key and its subkeys recurively.
+ * @brief A function to delete a key and its subkeys recursively.
*
* @param[in] mem_ctx The memory context to use.
*