From 8d88c6845f9befeb35681ad344254eba713282a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Mon, 15 Jul 2024 15:25:47 +0200 Subject: [PATCH] A typo --- lib/redmine_dmsf/patches/access_control_patch.rb | 2 +- lib/redmine_dmsf/patches/notifiable_patch.rb | 2 +- lib/redmine_dmsf/patches/pdf_patch.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/redmine_dmsf/patches/access_control_patch.rb b/lib/redmine_dmsf/patches/access_control_patch.rb index ed2d1751..9012bf94 100644 --- a/lib/redmine_dmsf/patches/access_control_patch.rb +++ b/lib/redmine_dmsf/patches/access_control_patch.rb @@ -23,7 +23,7 @@ module RedmineDmsf # AccessControll patch module AccessControlPatch ################################################################################################################## - # Overriden methods + # Overridden methods def self.prepended(base) class << base prepend ClassMethods diff --git a/lib/redmine_dmsf/patches/notifiable_patch.rb b/lib/redmine_dmsf/patches/notifiable_patch.rb index 562757d7..42e6d6ec 100644 --- a/lib/redmine_dmsf/patches/notifiable_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_patch.rb @@ -31,7 +31,7 @@ module RedmineDmsf # Class methods module ClassMethods ################################################################################################################ - # Overriden methods + # Overridden methods # def all notifications = super diff --git a/lib/redmine_dmsf/patches/pdf_patch.rb b/lib/redmine_dmsf/patches/pdf_patch.rb index 6538dae4..7a94e827 100644 --- a/lib/redmine_dmsf/patches/pdf_patch.rb +++ b/lib/redmine_dmsf/patches/pdf_patch.rb @@ -27,7 +27,7 @@ module RedmineDmsf # PDF module PdfPatch ################################################################################################################## - # Overriden methods + # Overridden methods def get_image_filename(attrname) if attrname =~ %r{/dmsf/files/(\d+)/}