]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:eventlog: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 5 Jul 2023 22:49:11 +0000 (10:49 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/lib/eventlog/eventlog.c

index 0c13d2a1d4b371b605ddc8f4706445f8d116d5b2..031c7497b71d6e256fe528adfcdae83ab345395f 100644 (file)
@@ -485,7 +485,7 @@ bool parse_logentry( TALLOC_CTX *mem_ctx, char *line, struct eventlog_Record_tdb
 
        start = line;
 
-       /* empty line signyfiying record delimiter, or we're at the end of the buffer */
+       /* empty line signifying record delimiter, or we're at the end of the buffer */
        if ( start == NULL || strlen( start ) == 0 ) {
                DEBUG( 6,
                       ( "parse_logentry: found end-of-record indicator.\n" ) );