From cb6c4c67af31bc01e5fca5cf91d8f2a8a2f5a054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikica=20Joki=C4=87?= Date: Tue, 31 Jul 2012 02:08:33 +0300 Subject: [PATCH] Update lib/sinatra/base.rb Spelling. --- lib/sinatra/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index 33648b28..6b49451b 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -123,7 +123,7 @@ module Sinatra end # Behaves exactly like Rack::CommonLogger with the notable exception that it does nothing, - # if another CommonLogger is already in the middleware chane. + # if another CommonLogger is already in the middleware chain. class CommonLogger < Rack::CommonLogger def call(env) env['sinatra.commonlogger'] ? @app.call(env) : super