From: Shaun McDonald Date: Mon, 20 Apr 2009 17:15:28 +0000 (+0000) Subject: Apply patch by Lars from osm dev list with the typo X-Git-Tag: live~7596 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/17223b5177da34560e0eb55660b6c426a7e35ea2 Apply patch by Lars from osm dev list with the typo --- diff --git a/app/controllers/old_relation_controller.rb b/app/controllers/old_relation_controller.rb index f8ebbd070..159b56f20 100644 --- a/app/controllers/old_relation_controller.rb +++ b/app/controllers/old_relation_controller.rb @@ -35,7 +35,7 @@ class OldRelationController < ApplicationController rescue ActiveRecord::RecordNotFound render :nothing => true, :status => :not_found rescue - render :nothing => true, :status => :internetal_service_error + render :nothing => true, :status => :internal_service_error end end end