Skip to content

Commit

Permalink
A typo
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jul 15, 2024
1 parent 6366d61 commit 8d88c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/redmine_dmsf/patches/access_control_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module Patches
# AccessControll patch
module AccessControlPatch
##################################################################################################################
# Overriden methods
# Overridden methods
def self.prepended(base)
class << base
prepend ClassMethods
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_dmsf/patches/notifiable_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class << base
# Class methods
module ClassMethods
################################################################################################################
# Overriden methods
# Overridden methods
#
def all
notifications = super
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_dmsf/patches/pdf_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Patches
# PDF
module PdfPatch
##################################################################################################################
# Overriden methods
# Overridden methods

def get_image_filename(attrname)
if attrname =~ %r{/dmsf/files/(\d+)/}
Expand Down

0 comments on commit 8d88c68

Please sign in to comment.