Fix comment typo.

This commit is contained in:
Tom Hughes 2009-09-24 23:27:45 +00:00
parent 77ce1b2809
commit b8afd4fbf3

View 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