aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2010-10-06 12:50:31 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2010-10-06 12:55:16 -0300
commita0552d653b00e2e5b77e086b155e89fa22e4d6ed (patch)
treeef36d22a0736e83e232c36d4121e942f54386f31 /railties/lib/rails/paths.rb
parentd649bf158be130515566aed987f83d36ac9b0ae8 (diff)
downloadrails-a0552d653b00e2e5b77e086b155e89fa22e4d6ed.tar.gz
rails-a0552d653b00e2e5b77e086b155e89fa22e4d6ed.tar.bz2
rails-a0552d653b00e2e5b77e086b155e89fa22e4d6ed.zip
Fixes typo
Diffstat (limited to 'railties/lib/rails/paths.rb')
-rw-r--r--railties/lib/rails/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb
index 1729e8707e..8570fc7b3f 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -43,7 +43,7 @@ module Rails
# path.inspect #=> ["app/controllers", "lib/controllers"]
#
# Notice that when you add a path using #add, the path object created already
- # contains te path with the same path value given to #add. In some situations,
+ # contains the path with the same path value given to #add. In some situations,
# you may not want this behavior, so you can give :with as option.
#
# root.add "config/routes", :with => "config/routes.rb"
@@ -202,4 +202,4 @@ module Rails
alias to_a expanded
end
end
-end \ No newline at end of file
+end