]> git.proxmox.com Git - pve-manager.git/commitdiff
vzdump: Fix typo in UPID error message
authorDominic Jäger <d.jaeger@proxmox.com>
Tue, 29 Sep 2020 08:07:13 +0000 (10:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Sep 2020 09:09:38 +0000 (11:09 +0200)
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
PVE/VZDump.pm

index 6e0d3dbf73c05dae90a27bcc42c90145372cafe4..aea7389beed34a636b95f3a48d80d7341a71c293 100644 (file)
@@ -522,7 +522,7 @@ sub getlock {
 
     my $maxwait = $self->{opts}->{lockwait} || $self->{lockwait};
 
-    die "missimg UPID" if !$upid; # should not happen
+    die "missing UPID" if !$upid; # should not happen
 
     if (!open (SERVER_FLCK, ">>$lockfile")) {
        debugmsg ('err', "can't open lock on file '$lockfile' - $!", undef, 1);