fix small typo in comment

This commit is contained in:
Reinier Balt 2008-07-25 20:45:39 +02:00
parent e07cde4cbd
commit 0018a718a8

View file

@ -32,7 +32,7 @@ class RecurringTodosController < ApplicationController
# we needed to rename the recurring_period selector in the edit form
# because the form for a new recurring todo and the edit form are on the
# same page. Same goed for start_from and end_date
# same page. Same goes for start_from and end_date
params['recurring_todo']['recurring_period']=params['recurring_edit_todo']['recurring_period']
params['recurring_todo']['end_date']=params['recurring_todo_edit_end_date']
params['recurring_todo']['start_from']=params['recurring_todo_edit_start_from']
@ -236,4 +236,4 @@ class RecurringTodosController < ApplicationController
@recurring_todo = current_user.recurring_todos.find(params[:id])
end
end
end