]> git.proxmox.com Git - pve-storage.git/commitdiff
fix typo in comment
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 6 Nov 2020 14:19:39 +0000 (15:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 17:58:45 +0000 (18:58 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/Storage.pm

index cd7b5ff605ec0c0675a00dbb91d5d3136c45ba08..ad108275ae895383d60118f260504365ece1a648 100755 (executable)
@@ -40,7 +40,7 @@ use PVE::Storage::ZFSPlugin;
 use PVE::Storage::DRBDPlugin;
 use PVE::Storage::PBSPlugin;
 
-# Storage API version. Icrement it on changes in storage API interface.
+# Storage API version. Increment it on changes in storage API interface.
 use constant APIVER => 6;
 # Age is the number of versions we're backward compatible with.
 # This is like having 'current=APIVER' and age='APIAGE' in libtool,