From: Tom Hughes Date: Thu, 24 Sep 2009 23:27:45 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: live~6668 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b8afd4fbf397809c3e0458a1bfbc9094385e3ad2 Fix comment typo. --- 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