]> git.openstreetmap.org Git - rails.git/commitdiff
Fix comment typo.
authorTom Hughes <tom@compton.nu>
Thu, 24 Sep 2009 23:27:45 +0000 (23:27 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 24 Sep 2009 23:27:45 +0000 (23:27 +0000)
app/controllers/trace_controller.rb

index f78d098a0b49eaaf97775bb08d9031e18b06a7ae..84026e8cd4d420f6f437778df8924db6c6179777 100644 (file)
@@ -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