summaryrefslogtreecommitdiff
path: root/test/paths_test.rb
diff options
context:
space:
mode:
authorKian Meng, Ang <kianmeng.ang@gmail.com>2021-12-24 14:46:04 +0800
committerGitHub <noreply@github.com>2021-12-23 23:46:04 -0700
commitde54df6307c2b1ad6db5a7f0b305b730b7afb096 (patch)
tree12e5c4cc24b55e00d78df272eb7c1a33dd22d36c /test/paths_test.rb
parent633d5fee1f7cc40b87a3b74d2c379621099e3ef0 (diff)
Fix typos and misspellings in docs and code (PR #4222)
Diffstat (limited to 'test/paths_test.rb')
-rw-r--r--test/paths_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paths_test.rb b/test/paths_test.rb
index 4e95b34b..70740e28 100644
--- a/test/paths_test.rb
+++ b/test/paths_test.rb
@@ -119,7 +119,7 @@ context 'Path Resolver' do
end
end
- #test 'raises security error if jail is not a canoncial path' do
+ #test 'raises security error if jail is not a canonical path' do
# assert_raises SecurityError do
# @resolver.system_path('images/tiger.png', '/etc', %(#{JAIL}/../foo))
# end