From f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa Mon Sep 17 00:00:00 2001 From: Ray Baxter Date: Sun, 17 Jul 2011 00:24:31 -0700 Subject: [PATCH] fix typo --- actionpack/lib/action_view/helpers/date_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb index 662c32760c..bc173f17d4 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -454,7 +454,7 @@ def select_second(datetime, options = {}, html_options = {}) # ==== Examples # my_time = Time.now + 6.hours # - # # Generates a select field for minutes that defaults to the minutes for the time in my_tiime. + # # Generates a select field for minutes that defaults to the minutes for the time in my_time. # select_minute(my_time) # # # Generates a select field for minutes that defaults to the number given.