s3-rpc_server: Fix inteface typo.
authorGünther Deschner <gd@samba.org>
Wed, 3 Jun 2015 11:33:00 +0000 (13:33 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 4 Jun 2015 01:51:29 +0000 (03:51 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jun  4 03:51:29 CEST 2015 on sn-devel-104

source3/librpc/rpc/dcerpc_ep.h
source3/printing/spoolssd.c
source3/rpc_server/epmapper/srv_epmapper.c
source3/rpc_server/epmd.c
source3/rpc_server/fssd.c
source3/rpc_server/lsasd.c

index 7d1397b2b40d6173d0065fa8aaf909b325190611..6cd46830a587c2064534658244901a62f3902e5a 100644 (file)
@@ -51,9 +51,9 @@ NTSTATUS dcerpc_binding_vector_add_np_default(const struct ndr_interface_table *
  *
  * @param[in] iface     The rpc interface to add.
  *
- * @param[in] bvec      The binding vector to add the intface, host and port.
+ * @param[in] bvec      The binding vector to add the interface, host and port.
  *
- * @param[in] host      The ip address of the network inteface bound.
+ * @param[in] host      The ip address of the network interface bound.
  *
  * @param[in] port      The port bound.
  *
@@ -69,7 +69,7 @@ NTSTATUS dcerpc_binding_vector_add_port(const struct ndr_interface_table *iface,
  *
  * @param[in] iface     The rpc interface to add.
  *
- * @param[in] bvec      The binding vector to add the intface, host and port.
+ * @param[in] bvec      The binding vector to add the interface, host and port.
  *
  * @param[in] name      The name of the unix socket.
  *
index 3007898e2b043a0b133dbd0ad41383a9e0c18273..9f533b31779b6492a1da0ea90823d446560e9919 100644 (file)
@@ -315,14 +315,14 @@ static bool spoolss_child_init(struct tevent_context *ev_ctx,
 
        status = rpc_winreg_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register winreg rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register winreg rpc interface! (%s)\n",
                          nt_errstr(status)));
                return false;
        }
 
        status = rpc_spoolss_init(&spoolss_cb);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register spoolss rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register spoolss rpc interface! (%s)\n",
                          nt_errstr(status)));
                return false;
        }
@@ -742,14 +742,14 @@ pid_t start_spoolssd(struct tevent_context *ev_ctx,
 
        status = rpc_winreg_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register winreg rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register winreg rpc interface! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
 
        status = rpc_spoolss_init(&spoolss_cb);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register spoolss rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register spoolss rpc interface! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
index 129ce520ce17f77f8f1709ee3c6a7e57659b57f1..24f7d9c8e926f9a98b6314726d6d579698497312 100644 (file)
@@ -774,7 +774,7 @@ error_status_t _epm_Lookup(struct pipes_struct *p,
                if (match) {
                        if (r->in.inquiry_type == RPC_C_EP_MATCH_BY_IF ||
                            r->in.inquiry_type == RPC_C_EP_MATCH_BY_OBJ) {
-                               /* Check inteface version */
+                               /* Check interface version */
 
                                match = false;
                                switch (r->in.vers_option) {
index dad67aea39dfaefdb3768a8fdbfc1256f9ccf7c8..f87edd80b01f96de67a4fefca8c6ba3a1c989d92 100644 (file)
@@ -190,7 +190,7 @@ void start_epmd(struct tevent_context *ev_ctx,
 
        status = rpc_epmapper_init(&epmapper_cb);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register epmd rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register epmd rpc interface! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
index 0f8b02e98473ee8380c124b7a71c69e2f1fba488..81c65a6af9c8b932178a0b074fb8c5b7b08e59bd 100644 (file)
@@ -197,7 +197,7 @@ void start_fssd(struct tevent_context *ev_ctx,
 
        status = rpc_FileServerVssAgent_init(&fss_cb);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register fssd rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register fssd rpc interface! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
index d287bff89ee1903a8804972b7dd89c3e59108e32..6fd081790740ba920120d685d329f3851db56cc2 100644 (file)
@@ -278,21 +278,21 @@ static bool lsasd_child_init(struct tevent_context *ev_ctx,
 
        status = rpc_lsarpc_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register lsarpc rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register lsarpc rpc interface! (%s)\n",
                          nt_errstr(status)));
                return false;
        }
 
        status = rpc_samr_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register samr rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register samr rpc interface! (%s)\n",
                          nt_errstr(status)));
                return false;
        }
 
        status = rpc_netlogon_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register netlogon rpc inteface! (%s)\n",
+               DEBUG(0, ("Failed to register netlogon rpc interface! (%s)\n",
                          nt_errstr(status)));
                return false;
        }
@@ -446,7 +446,7 @@ static void lsasd_handle_client(struct tevent_req *req)
                  (int)(data->pf->pid)));
 
        if (tsocket_address_is_inet(srv_addr, "ip")) {
-               DEBUG(3, ("Got a tcpip client connection from %s on inteface %s\n",
+               DEBUG(3, ("Got a tcpip client connection from %s on interface %s\n",
                           tsocket_address_string(cli_addr, tmp_ctx),
                           tsocket_address_string(srv_addr, tmp_ctx)));
 
@@ -917,21 +917,21 @@ void start_lsasd(struct tevent_context *ev_ctx,
 
        status = rpc_lsarpc_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register lsarpc rpc inteface in lsasd! (%s)\n",
+               DEBUG(0, ("Failed to register lsarpc rpc interface in lsasd! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
 
        status = rpc_samr_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register samr rpc inteface in lsasd! (%s)\n",
+               DEBUG(0, ("Failed to register samr rpc interface in lsasd! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }
 
        status = rpc_netlogon_init(NULL);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to register netlogon rpc inteface in lsasd! (%s)\n",
+               DEBUG(0, ("Failed to register netlogon rpc interface in lsasd! (%s)\n",
                          nt_errstr(status)));
                exit(1);
        }