We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba47598 commit 145dc0aCopy full SHA for 145dc0a
src/home/homework-quota.c
@@ -29,7 +29,7 @@ int home_update_quota_btrfs(UserRecord *h, const char *path) {
29
30
r = btrfs_qgroup_set_limit(path, 0, h->disk_size);
31
if (r < 0)
32
- return log_error_errno(r, "Faled to set disk quota on subvolume %s: %m", path);
+ return log_error_errno(r, "Failed to set disk quota on subvolume %s: %m", path);
33
34
log_info("Set btrfs quota.");
35
0 commit comments