]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/Tools.pm
fix typo
[pve-common.git] / data / PVE / Tools.pm
index 5b30aedbdbb40079e270236d2160c018c632f407..4ec4b18de3bb63c43cb829763d2edf9bfa6c666d 100644 (file)
@@ -1015,7 +1015,7 @@ sub assert_if_modified {
     my ($digest1, $digest2) = @_;
 
     if ($digest1 && $digest2 && ($digest1 ne $digest2)) {
-       die "detected modified configuration - file change by other user? Try again.\n";
+       die "detected modified configuration - file changed by other user? Try again.\n";
     }
 }