]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Build.c
Trivial bugfix and spelling fixes.
[thirdparty/mdadm.git] / Build.c
diff --git a/Build.c b/Build.c
index ea55e5b529209504b5b54c25c6649837b90e27d3..1887822cdf52d7c64bca3033cade7dbb8948ceeb 100644 (file)
--- a/Build.c
+++ b/Build.c
@@ -171,7 +171,7 @@ int Build(char *mddev, struct mddev_dev *devlist,
                        goto abort;
                }
                if ((stb.st_mode & S_IFMT)!= S_IFBLK) {
-                       pr_err("Wierd: %s is no longer a block device.\n",
+                       pr_err("Weird: %s is no longer a block device.\n",
                                dv->devname);
                        goto abort;
                }