summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/mercurial_adapter.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-08-28 07:32:24 +0000
committerGo MAEDA <maeda@farend.jp>2022-08-28 07:32:24 +0000
commitc7c24cb6e2a722e20a6cd1044d2b23beb336904f (patch)
tree0aad5ba628ca1d63a028dee430db27a9dc0376cb /lib/redmine/scm/adapters/mercurial_adapter.rb
parent54f281fef90faba7ba75642e2dc265f345b6f618 (diff)
downloadredmine-c7c24cb6e2a722e20a6cd1044d2b23beb336904f.tar.gz
redmine-c7c24cb6e2a722e20a6cd1044d2b23beb336904f.zip
Typo in method names: s/trailling/trailing/ (#37586).
git-svn-id: https://svn.redmine.org/redmine/trunk@21785 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/scm/adapters/mercurial_adapter.rb')
-rw-r--r--lib/redmine/scm/adapters/mercurial_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/scm/adapters/mercurial_adapter.rb b/lib/redmine/scm/adapters/mercurial_adapter.rb
index da831323f..ad8a435dd 100644
--- a/lib/redmine/scm/adapters/mercurial_adapter.rb
+++ b/lib/redmine/scm/adapters/mercurial_adapter.rb
@@ -154,7 +154,7 @@ module Redmine
# do nothing
end
end
- path_prefix = path.blank? ? '' : with_trailling_slash(path)
+ path_prefix = path.blank? ? '' : with_trailing_slash(path)
entries = Entries.new
as_ary(manifest['dir']).each do |e|