Should say "failed to find" instead of "failed to found".
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
if (!device) {
rc = loopcxt_find_unused(&lc);
if (rc)
- err(EXIT_FAILURE, "failed to found unused device");
+ err(EXIT_FAILURE, "failed to find unused device");
printf("Trying to use '%s'\n", loopcxt_get_device(&lc));
}
rc = apply_table(cxt, tab, MNT_ITER_BACKWARD);
}
if (rc)
- DBG(CXT, mnt_debug_h(cxt, "failed to found entry in fstab/mtab"));
+ DBG(CXT, mnt_debug_h(cxt, "failed to find entry in fstab/mtab"));
return rc;
}