summaryrefslogtreecommitdiffstats
path: root/src/test/test-btrfs.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 15:00:53 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 15:02:53 +0100
commit105a1a36cd6eeac3a43b5dd52383b00c69f86497 (patch)
tree67df34277ea76ada8f6ba6134ed24f3cfa2b17f3 /src/test/test-btrfs.c
parenttree-wide: drop printk.devkmsg=on setting in various places (diff)
downloadsystemd-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.c2
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, &quota);
if (r < 0)