1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

lib:replace: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider
2023-04-13 12:53:07 +02:00
committed by Andreas Schneider
parent 9d42ba7661
commit 8d647f2f7c

View File

@ -233,7 +233,7 @@ static ssize_t bsd_attr_list (int type, extattr_arg arg, char *list, size_t size
errno = ENOSYS;
return -1;
}
/* Some error happend. Errno should be set by the previous call */
/* Some error happened. Errno should be set by the previous call */
if(list_size < 0)
return -1;
/* No attributes */