From af2dd59eafdc5f7c11234030b25f1b1e8ed6184e Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Fri, 6 Nov 2020 15:19:39 +0100 Subject: [PATCH] fix typo in comment Signed-off-by: Stoiko Ivanov --- PVE/Storage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,