Fix bug in sendfile.rb
authorMartin Schürrer <martin@schuerrer.org>
Sun, 14 Jul 2013 18:14:03 +0000 (20:14 +0200)
committerMartin Schürrer <martin@schuerrer.org>
Sun, 14 Jul 2013 18:14:03 +0000 (20:14 +0200)
commit58c24bbafdd476d16d9c3778b2455625bb27f67e
tree8953e40f14f85295151f2a873f626a3d9eb86e0e
parenta956697d0ea8502c426c29b3d247b9b641764eff
Fix bug in sendfile.rb

The error message called `variation` without the env leading to an `ArgumentError`. It should call `type` instead.
lib/rack/sendfile.rb