]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
tree-wide: fix typos with codespell
[pve-storage.git] / PVE / Storage.pm
index ea887a496ab62d3fbd54fb61dd6641ef3d436e41..ace3340179327a252c266c71a52e4c9f463653f1 100755 (executable)
@@ -190,7 +190,7 @@ sub storage_check_enabled {
 
 # storage_can_replicate:
 # return true if storage supports replication
-# (volumes alocated with vdisk_alloc() has replication feature)
+# (volumes allocated with vdisk_alloc() has replication feature)
 sub storage_can_replicate {
     my ($cfg, $storeid, $format) = @_;
 
@@ -1846,7 +1846,7 @@ sub get_bandwidth_limit {
     my ($operation, $storage_list, $override) = @_;
 
     # called for each limit (global, per-storage) with the 'default' and the
-    # $operation limit and should udpate $override for every limit affecting
+    # $operation limit and should update $override for every limit affecting
     # us.
     my $use_global_limits = 0;
     my $apply_limit = sub {