Signed-off-by: Adam Kwolek <adam.kwolek@xxxxxxxxx> --- Grow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Grow.c b/Grow.c index 424d489..e4fa196 100644 --- a/Grow.c +++ b/Grow.c @@ -1648,7 +1648,7 @@ static int reshape_array(char *container, int fd, char *devname, goto release; } if (ioctl(fd, GET_ARRAY_INFO, &array) != 0) { - dprintf("Canot get array information.\n"); + dprintf("Cannot get array information.\n"); goto release; } -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html