summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-13 12:53:07 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-14 05:25:33 +0000
commit8d647f2f7c00424ab52ada98d9131e81bfa38d1c (patch)
tree63c68fedf75d7035929de48ba7606522de4f63ca /lib/replace
parent9d42ba7661f46b7d76a7e4901c3752be43541548 (diff)
downloadsamba-8d647f2f7c00424ab52ada98d9131e81bfa38d1c.tar.gz
lib:replace: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c
index 8c7b7308b97..c9b71267d88 100644
--- a/lib/replace/xattr.c
+++ b/lib/replace/xattr.c
@@ -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 */