summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Sabey <GameFreak7744@gmail.com>2017-02-22 09:08:17 +0000
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:48 +0100
commitd8eec1c0c1164fe5de1161ddb7151225221024b2 (patch)
treebbf36d72ddad145472acc7181fad667601f1fc84
parent9a4b0e512ecaf61cde280278e948d24ddeb4ae37 (diff)
btrfs-progs: docs: fix typo in btrfs-quota
qgruops -> qgroups Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Documentation/btrfs-quota.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/btrfs-quota.asciidoc b/Documentation/btrfs-quota.asciidoc
index 06d49b1a..56c1d19b 100644
--- a/Documentation/btrfs-quota.asciidoc
+++ b/Documentation/btrfs-quota.asciidoc
@@ -69,7 +69,7 @@ both! But somebody else might not want to charge the snapshots to the users.
Btrfs subvolume quota solves these problems by introducing groups of subvolumes
and let the user put limits on them. It is even possible to have groups of
-groups. In the following, we refer to them as 'qgruops'.
+groups. In the following, we refer to them as 'qgroups'.
Each qgroup primarily tracks two numbers, the amount of total referenced
space and the amount of exclusively referenced space.