lib:replace: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 13 Apr 2023 10:53:07 +0000 (12:53 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 14 Apr 2023 05:25:33 +0000 (05:25 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/replace/xattr.c

index 8c7b7308b974a1828a5018094eb3fad7a5ebd193..c9b71267d887694f14f91f10a167725a589c3548 100644 (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 */