]> git.proxmox.com Git - pve-storage.git/commitdiff
followup: reword comment a bit
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jun 2019 09:59:58 +0000 (11:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jun 2019 09:59:58 +0000 (11:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Storage/Status.pm

index a56a02b904adc447a543e380a1a7d99f2f3075be..ce7e040b27fe62fefa94857ac91da76e8977867c 100644 (file)
@@ -430,7 +430,7 @@ __PACKAGE__->register_method ({
        # best effort to match apl_download behaviour
        chmod 0644, $tmpfilename;
 
        # best effort to match apl_download behaviour
        chmod 0644, $tmpfilename;
 
-       # we simply overwrite when destination file already exists
+       # we simply overwrite the destination file if it already exists
 
        my $cmd;
        if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {
 
        my $cmd;
        if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {