1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r7569: Fix typo in comments.

(This used to be commit 64fb327ccf)
This commit is contained in:
Tim Potter 2005-06-14 06:50:12 +00:00 committed by Gerald (Jerry) Carter
parent db2e86f75c
commit 26d35d90a2

View File

@ -231,7 +231,7 @@ NTSTATUS smb_raw_session_setup(struct smbcli_session *session, TALLOC_CTX *mem_c
/****************************************************************************
Send a uloggoff (async send)
Send a ulogoff (async send)
*****************************************************************************/
struct smbcli_request *smb_raw_ulogoff_send(struct smbcli_session *session)
{
@ -251,7 +251,7 @@ struct smbcli_request *smb_raw_ulogoff_send(struct smbcli_session *session)
}
/****************************************************************************
Send a uloggoff (sync interface)
Send a ulogoff (sync interface)
*****************************************************************************/
NTSTATUS smb_raw_ulogoff(struct smbcli_session *session)
{