mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-09 09:49:59 +01:00
Use cannot in all messages.
This commit is contained in:
@@ -275,7 +275,7 @@ int tools_wipe_all_signatures(const char *path)
|
||||
fd = open(path, flags);
|
||||
if (fd < 0) {
|
||||
if (errno == EBUSY)
|
||||
log_err(_("Device %s is in use. Can not proceed with format operation."), path);
|
||||
log_err(_("Device %s is in use. Cannot proceed with format operation."), path);
|
||||
else
|
||||
log_err(_("Failed to open file %s in read/write mode."), path);
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user