Skip to content

Commit

Permalink
Merge pull request rack#585 from MSch/patch-1
Browse files Browse the repository at this point in the history
Fix bug in sendfile.rb
  • Loading branch information
spastorino committed Jul 15, 2013
2 parents a956697 + 58c24bb commit 6829a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/sendfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def call(env)
body = []
when '', nil
else
env['rack.errors'].puts "Unknown x-sendfile variation: '#{variation}'.\n"
env['rack.errors'].puts "Unknown x-sendfile variation: '#{type}'.\n"
end
end
[status, headers, body]
Expand Down

0 comments on commit 6829a8a

Please sign in to comment.