diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2019-01-15 20:08:37 +0100 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2019-02-11 20:42:50 +0100 |
commit | ebf3be9931f31df54df52b1821479e6a80a4d9c6 (patch) | |
tree | da6a0eac84dbc3ca6da19388abb538c24c531c61 /Create.c | |
parent | imsm: fix reshape for >2TB drives (diff) | |
download | mdadm-ebf3be9931f31df54df52b1821479e6a80a4d9c6.tar.xz mdadm-ebf3be9931f31df54df52b1821479e6a80a4d9c6.zip |
Fix spelling typos.
Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'Create.c')
-rw-r--r-- | Create.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -823,7 +823,7 @@ int Create(struct supertype *st, char *mddev, } bitmap_fd = open(s->bitmap_file, O_RDWR); if (bitmap_fd < 0) { - pr_err("weird: %s cannot be openned\n", + pr_err("weird: %s cannot be opened\n", s->bitmap_file); goto abort_locked; } |