unsigned previous, current;
r = chattr_full(NULL, procfs_fd, f, item->attribute_mask, &previous, ¤t, true);
if (r == -ENOANO)
- log_warning("Cannot set file attributes for '%s', maybe due to incompatiblity in specified attributes, "
+ log_warning("Cannot set file attributes for '%s', maybe due to incompatibility in specified attributes, "
"previous=0x%08x, current=0x%08x, expected=0x%08x, ignoring.",
path, previous, current, (previous & ~item->attribute_mask) | (f & item->attribute_mask));
else if (r < 0)