summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:39:12 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commit105bb06318eecd416c8e78b5cbcd3936aa6ec8c8 (patch)
tree0aa9deb0955fad65850a7ab6c88c4885eda4b236 /source3/registry
parent4b207f83653589d5b5b9b041e7202e47b7815ac5 (diff)
downloadsamba-105bb06318eecd416c8e78b5cbcd3936aa6ec8c8.tar.gz
Spelling fixes s/withing/within/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/registry')
-rw-r--r--source3/registry/reg_util_internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/registry/reg_util_internal.c b/source3/registry/reg_util_internal.c
index e256c75cb2d..728ad0b75c9 100644
--- a/source3/registry/reg_util_internal.c
+++ b/source3/registry/reg_util_internal.c
@@ -28,7 +28,7 @@
/***********************************************************************
Utility function for splitting the base path of a registry path off
- by setting base and new_path to the apprapriate offsets withing the
+ by setting base and new_path to the apprapriate offsets within the
path.
WARNING!! Does modify the original string!
@@ -57,7 +57,7 @@ bool reg_split_path(char *path, char **base, char **new_path)
/***********************************************************************
Utility function for splitting the base path of a registry path off
- by setting base and new_path to the appropriate offsets withing the
+ by setting base and new_path to the appropriate offsets within the
path.
WARNING!! Does modify the original string!