From 7d0c716366a0e38fc01f89b793ec886c35766e18 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 13 Jul 2012 20:55:40 -0500 Subject: [PATCH] Fix a few typos in the comment --- app/controllers/application_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 88f4174b..34513f9c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -127,8 +127,8 @@ class ApplicationController < ActionController::Base # Here's the concept behind this "mobile content negotiation" hack: In # addition to the main, AJAXy Web UI, Tracks has a lightweight low-feature - # 'mobile' version designed to be suitablef or use from a phone or PDA. It - # makes some sense that tne pages of that mobile version are simply alternate + # 'mobile' version designed to be suitable for use from a phone or PDA. It + # makes some sense that the pages of that mobile version are simply alternate # representations of the same Todo resources. The implementation goal was to # treat mobile as another format and be able to use respond_to to render both # versions. Unfortunately, I ran into a lot of trouble simply registering a