diff options
author | Mathieu Parent <math.parent@gmail.com> | 2019-08-29 22:39:39 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-09-01 22:21:28 +0000 |
commit | 549a4a82e0b918809e718ea966961f3332b6d5c5 (patch) | |
tree | a5280ba5d87f8eb7d85e3144218bf28892662034 /source3/registry/regfio.c | |
parent | d605860cf40e8695a54436d768dacf345cd3552e (diff) | |
download | samba-549a4a82e0b918809e718ea966961f3332b6d5c5.tar.gz |
Spelling fixes s/preceeding/preceding/
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/regfio.c')
-rw-r--r-- | source3/registry/regfio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 60c865d4d22..4c6271cda7a 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -519,7 +519,7 @@ static REGF_HBIN* read_hbin_block( REGF_FILE *file, off_t offset ) previous 4 bytes contains the amount of free space remaining in the hbin block. */ - /* remember that the record_size is in the 4 bytes preceeding the record itself */ + /* remember that the record_size is in the 4 bytes preceding the record itself */ if ( !prs_set_offset( &hbin->ps, file->data_offset+HBIN_HDR_SIZE-sizeof(uint32_t) ) ) return NULL; |