]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
FIX: Typo error in fprint command
authorAdam Kwolek <adam.kwolek@intel.com>
Thu, 12 Jan 2012 07:12:55 +0000 (08:12 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 30 Jan 2012 00:36:25 +0000 (11:36 +1100)
Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c

diff --git a/Grow.c b/Grow.c
index c1bc1cac9c6dc3a5251a41d64a5c95a4ba6bf6c2..36a1de734d820b7c0dd9ccf897e74b83a570b3f6 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -2323,7 +2323,7 @@ started:
                free(offsets);
                sysfs_free(sra);
                fprintf(stderr, Name ": Reshape has to be continued from"
-                       " location %llu when root fileststem has been mounted\n",
+                       " location %llu when root filesystem has been mounted.\n",
                        sra->reshape_progress);
                return 1;
        }