registry: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 2 Oct 2018 10:00:30 +0000 (12:00 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 8 Oct 2018 20:17:09 +0000 (22:17 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/registry/reg_objects.c

index edafc920b112f2d0c4860b33985d834f68936e27..f61822b5919c844652e721d709ccae1272a57232 100644 (file)
@@ -484,7 +484,7 @@ int regval_ctr_addvalue(struct regval_ctr *ctr, const char *name, uint32_t type,
                return 0;
        }
 
-       /* allocate a new value and store the pointer in the arrya */
+       /* allocate a new value and store the pointer in the array */
 
        ctr->values[ctr->num_values] = regval_compose(ctr, name, type, data_p,
                                                      size);