btrbk: cosmetics (fixed typo in log message)

pull/44/head
Axel Burri 2015-07-27 12:21:42 +02:00
parent 4b6e77c530
commit a802674d11
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -2193,7 +2193,7 @@ MAIN:
$config_subvol->{SUBVOL_DELETED} = $delete; $config_subvol->{SUBVOL_DELETED} = $delete;
} }
else { else {
$config_subvol->{ABORTED} = "Failed to delete delete subvolume"; $config_subvol->{ABORTED} = "Failed to delete subvolume";
} }
} }
} }