From a0552d653b00e2e5b77e086b155e89fa22e4d6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 6 Oct 2010 12:50:31 -0300 Subject: [PATCH] Fixes typo --- railties/lib/rails/paths.rb | 4 ++-- 1 file 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 @@ def method_missing(id, *args) # 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 @@ def paths alias to_a expanded end end -end \ No newline at end of file +end -- GitLab