From 90fb2a09892fda40690f4f0e422480855365fb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 24 Oct 2023 09:56:04 +0200 Subject: [PATCH] A typo --- lib/redmine_dmsf/webdav/dmsf_resource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/dmsf_resource.rb b/lib/redmine_dmsf/webdav/dmsf_resource.rb index f9586117..39f78c2d 100644 --- a/lib/redmine_dmsf/webdav/dmsf_resource.rb +++ b/lib/redmine_dmsf/webdav/dmsf_resource.rb @@ -270,7 +270,7 @@ module RedmineDmsf # Last revision in the destination has zero size so reuse that revision new_revision = dest.resource.file.last_revision else - # Create a new revison by cloning the last revision in the destination + # Create a new revision by cloning the last revision in the destination new_revision = dest.resource.file.last_revision.clone new_revision.increase_version DmsfFileRevision::PATCH_VERSION end