summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-04-07 12:21:07 -0400
committerDavid Sterba <dsterba@suse.com>2017-04-07 18:42:05 +0200
commit87861b38e6defdd5596167bee8242a06d38fd160 (patch)
treed30e1f3bf9448d3433f8b477582bf30404b5bcf6 /Documentation
parentef7494e28abb8860417db61c8df364240aba821c (diff)
btrfs-progs: docs: btrfs-replace, fix typo
Github pull request #39, from gabo77. Author: 3psus <gabo77@me.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-replace.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/btrfs-replace.asciidoc b/Documentation/btrfs-replace.asciidoc
index a259f96d..9a8a9ea1 100644
--- a/Documentation/btrfs-replace.asciidoc
+++ b/Documentation/btrfs-replace.asciidoc
@@ -28,7 +28,7 @@ the data is built only using the RAID redundancy mechanisms.
After completion of the operation, the source device is removed from the
filesystem.
If the <srcdev> is a numerical value, it is assumed to be the device id
-of the filesystem which is mounted at <path>, otherwise is is
+of the filesystem which is mounted at <path>, otherwise it is
the path to the source device. If the source device is disconnected,
from the system, you have to use the devid parameter format.
The <targetdev> needs to be same size or larger than the <srcdev>.