From b8afd4fbf397809c3e0458a1bfbc9094385e3ad2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 24 Sep 2009 23:27:45 +0000 Subject: [PATCH] Fix comment typo. --- app/controllers/trace_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index f78d098a0..84026e8cd 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -377,7 +377,7 @@ private end end - # Finally save the user's preferred previacy level + # Finally save the user's preferred privacy level if pref = @user.preferences.find(:first, :conditions => {:k => "gps.trace.visibility"}) pref.v = visibility pref.save -- 2.43.2