]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdopen.c
Support auto-assembling of stacked devices
[thirdparty/mdadm.git] / mdopen.c
index d76ebf9c3a79dd99aabe610429ff6fd091d3a79f..534a5090433cf76bc8e3b2d14cc01f97272e819d 100644 (file)
--- a/mdopen.c
+++ b/mdopen.c
@@ -167,7 +167,7 @@ int open_mddev(char *dev, int autof)
                        if (ioctl(mdfd, GET_ARRAY_INFO, &array)==0) {
                                /* already active */
                                close(mdfd);
-                               fprintf(sterr, Name ": %s is alreadyt active.\n",
+                               fprintf(stderr, Name ": %s is already active.\n",
                                        dev);
                                return -1;
                        } else {