diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 15:00:53 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 15:02:53 +0100 |
commit | 105a1a36cd6eeac3a43b5dd52383b00c69f86497 (patch) | |
tree | 67df34277ea76ada8f6ba6134ed24f3cfa2b17f3 /src/test/test-btrfs.c | |
parent | tree-wide: drop printk.devkmsg=on setting in various places (diff) | |
download | systemd-105a1a36cd6eeac3a43b5dd52383b00c69f86497.tar.xz systemd-105a1a36cd6eeac3a43b5dd52383b00c69f86497.zip |
tree-wide: fix spelling of lookup and setup verbs
"set up" and "look up" are the verbs, "setup" and "lookup" are the nouns.
Diffstat (limited to 'src/test/test-btrfs.c')
-rw-r--r-- | src/test/test-btrfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-btrfs.c b/src/test/test-btrfs.c index 5bd0e3458c..9dbe4dccd1 100644 --- a/src/test/test-btrfs.c +++ b/src/test/test-btrfs.c @@ -155,7 +155,7 @@ int main(int argc, char *argv[]) { r = btrfs_subvol_snapshot("/xxxquotatest", "/xxxquotatest2", BTRFS_SNAPSHOT_RECURSIVE|BTRFS_SNAPSHOT_QUOTA); if (r < 0) - log_error_errno(r, "Failed to setup snapshot: %m"); + log_error_errno(r, "Failed to set up snapshot: %m"); r = btrfs_qgroup_get_quota("/xxxquotatest2/beneath", 0, "a); if (r < 0) |