]> git.openstreetmap.org Git - rails.git/commitdiff
spelling: languages
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 25 Jun 2021 04:21:57 +0000 (00:21 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 21 Jul 2021 14:45:38 +0000 (10:45 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
app/controllers/application_controller.rb

index 8df126a04e3a5ea02325b652dc0f0432cf08b5ab..6fc31953de5fddb85e579ed7eacda29b4c1cb364 100644 (file)
@@ -17,7 +17,7 @@ class ApplicationController < ActionController::Base
 
   helper_method :current_user
   helper_method :oauth_token
-  helper_method :preferred_langauges
+  helper_method :preferred_languages
 
   private