summaryrefslogtreecommitdiff
path: root/source3/rpc_server/fssd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_server/fssd.c')
-rw-r--r--source3/rpc_server/fssd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/fssd.c b/source3/rpc_server/fssd.c
index 0f8b02e9847..81c65a6af9c 100644
--- a/source3/rpc_server/fssd.c
+++ b/source3/rpc_server/fssd.c
@@ -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);
}