From: Stoiko Ivanov Date: Fri, 6 Nov 2020 14:19:39 +0000 (+0100) Subject: fix typo in comment X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=commitdiff_plain;h=af2dd59eafdc5f7c11234030b25f1b1e8ed6184e fix typo in comment Signed-off-by: Stoiko Ivanov --- diff --git a/PVE/Storage.pm b/PVE/Storage.pm index cd7b5ff..ad10827 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -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,