]> git.proxmox.com Git - pve-storage.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 18 May 2015 12:12:59 +0000 (14:12 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 May 2015 12:12:59 +0000 (14:12 +0200)
PVE/Storage/DRBDPlugin.pm

index ddc86f60649618909e788c5a16864cafb430e9eb..61e0eb78bbe69e987059c09dfc4940924c8edd8c 100644 (file)
@@ -156,7 +156,7 @@ sub alloc_image {
 
     die "unsupported format '$fmt'" if $fmt ne 'raw';
 
-    die "illegal name '$name' - sould be 'vm-$vmid-*'\n" 
+    die "illegal name '$name' - should be 'vm-$vmid-*'\n" 
        if  $name && $name !~ m/^vm-$vmid-/;
 
     my $hdl = connect_drbdmanage_service();