]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
registry3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 28 May 2020 09:36:14 +0000 (11:36 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 10 Jun 2020 22:20:46 +0000 (22:20 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/registry/reg_objects.c

index 6ab3e51fcac49086c21c5dead83ff45569dbab35..f0640b504d8c704482c3cb4f0c6c7e6acaf4848e 100644 (file)
@@ -378,7 +378,7 @@ uint32_t regval_type(struct regval_blob *val)
 }
 
 /***********************************************************************
- Retrieve a pointer to a specific value.  Caller shoud dup the structure
+ Retrieve a pointer to a specific value. Caller should dup the structure
  since this memory will go away when the ctr is free()'d
  **********************************************************************/