btrfs-progs: docs: btrfs-replace, fix typo
authorDavid Sterba <dsterba@suse.com>
Fri, 7 Apr 2017 16:21:07 +0000 (12:21 -0400)
committerDavid Sterba <dsterba@suse.com>
Fri, 7 Apr 2017 16:42:05 +0000 (18:42 +0200)
Github pull request #39, from gabo77.

Author: 3psus <gabo77@me.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Documentation/btrfs-replace.asciidoc

index a259f96..9a8a9ea 100644 (file)
@@ -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>.