From: наб Date: Tue, 6 May 2025 18:59:29 +0000 (+0200) Subject: optim[al]ize; write-indent -> write-intent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0667a39f889395f40d8b6c41730e89ac5434c21;p=thirdparty%2Fmdadm.git optim[al]ize; write-indent -> write-intent Former is highly non-standard, latter is wrong Signed-off-by: наб --- diff --git a/mdadm.c b/mdadm.c index 6200cd0e..14649a40 100644 --- a/mdadm.c +++ b/mdadm.c @@ -1522,7 +1522,7 @@ int main(int argc, char *argv[]) if (s.btype == BitmapUnknown) { if (c.runstop != 1 && s.level >= 1 && - ask("To optimalize recovery speed, it is recommended to enable write-indent bitmap, do you want to enable it now?")) + ask("To optimize recovery speed, it is recommended to enable write-intent bitmap, do you want to enable it now?")) s.btype = BitmapInternal; else s.btype = BitmapNone;