summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-15 16:47:18 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-18 09:44:49 +0200
commit52b6b9406824a1bafc7eb1dd2726bbdd483d60c2 (patch)
tree3e130ba7d66ddf4d98a837fd64ef2a1e8066fc7e /spec/support/path.rb
parentdb600de804aa415a7d4df198b37b3b9479ebb94f (diff)
downloadbundler-52b6b9406824a1bafc7eb1dd2726bbdd483d60c2.tar.gz
Fix a couple of typostypos
Diffstat (limited to 'spec/support/path.rb')
-rw-r--r--spec/support/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index 9493c5422a..14c1514291 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -150,7 +150,7 @@ module Spec
end
def ruby_core?
- # avoid to wornings
+ # avoid to warnings
@ruby_core ||= nil
if @ruby_core.nil?