Add missing 't' in printf message.

This commit is contained in:
Poul-Henning Kamp 1999-09-25 14:43:40 +00:00
parent 2d4084ce79
commit 231dfd3e63

View File

@ -833,7 +833,7 @@ dsopen(dev, mode, flags, sspp, lp)
if (lp1->d_flags & D_BADSECT) {
if ((flags & DSO_BAD144) == 0) {
log(LOG_ERR,
"%s: bad sector table no supported\n",
"%s: bad sector table not supported\n",
sname);
continue;
}