]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix a comment typo.
authorMichael Adam <obnox@samba.org>
Mon, 18 Feb 2008 15:58:24 +0000 (16:58 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 18 Feb 2008 16:41:19 +0000 (17:41 +0100)
Michael

source/services/services_db.c

index d4e144d5ff8ca5d8ce1b36320cb8dfd2da34fee1..37440a299f781ccb0a64d2175b7b8276c48906ab 100644 (file)
@@ -469,7 +469,7 @@ void svcctl_init_keys( void )
 
        fetch_reg_keys( key, subkeys );
 
-       /* the builting services exist */
+       /* the builtin services exist */
 
        for ( i=0; builtin_svcs[i].servicename; i++ )
                add_new_svc_name( key, subkeys, builtin_svcs[i].servicename );