From: Michael Adam Date: Mon, 18 Feb 2008 15:58:24 +0000 (+0100) Subject: Fix a comment typo. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00e2dd36b38fcf92d76a0e79860cf9ca6a3d027e;p=thirdparty%2Fsamba.git Fix a comment typo. Michael --- diff --git a/source/services/services_db.c b/source/services/services_db.c index d4e144d5ff8..37440a299f7 100644 --- a/source/services/services_db.c +++ b/source/services/services_db.c @@ -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 );