r19776: Hmmm. I should have done one instead of three commits. Sorry :-)
authorVolker Lendecke <vlendec@samba.org>
Sat, 18 Nov 2006 17:07:15 +0000 (17:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:54 +0000 (12:15 -0500)
source/rpc_server/srv_svcctl_nt.c

index dd790691d36374f37fbf15e22cf0c7f3aab45f6c..0b985f83dcba4380a9b3383a6c8d08e6d4ee16f1 100644 (file)
@@ -302,7 +302,7 @@ WERROR _svcctl_open_service(pipes_struct *p, SVCCTL_Q_OPEN_SERVICE *q_u, SVCCTL_
                return WERR_BADFID;
                        
        /* perform access checks.  Use the root token in order to ensure that we 
-          retreive the security descriptor */
+          retrieve the security descriptor */
        
        if ( !(sec_desc = svcctl_get_secdesc( p->mem_ctx, service, get_root_nt_token() )) )
                return WERR_NOMEM;