]> git.proxmox.com Git - pve-common.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 May 2014 08:26:34 +0000 (10:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 May 2014 08:26:34 +0000 (10:26 +0200)
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";
     }
 }