1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

smbd: Fix a typo

Change-Id: Ifb947ab7b5af473d5f03c0ccd352735bb8c4ded9
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>

Autobuild-User(master): Matthieu Patou <mat@samba.org>
Autobuild-Date(master): Tue May 26 17:40:54 CEST 2015 on sn-devel-104
This commit is contained in:
Volker Lendecke 2015-05-18 09:00:46 +02:00 committed by Matthieu Patou
parent 6fbbca5b99
commit 062bc17393

View File

@ -192,7 +192,7 @@ struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx,
ZERO_STRUCTP(out);
/*
* The following allocations cannot fails as we
* The following allocations cannot fail as we
* pre-allocated space for them in the out pooled
* object.
*/