From 8eee1bb59d8c288c23c0b70811cdb176efec0e15 Mon Sep 17 00:00:00 2001 From: Jake Worth Date: Wed, 26 Feb 2014 23:57:20 -0600 Subject: [PATCH] Fix some typos --- sinatra-contrib/lib/sinatra/config_file.rb | 2 +- sinatra-contrib/lib/sinatra/streaming.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sinatra-contrib/lib/sinatra/config_file.rb b/sinatra-contrib/lib/sinatra/config_file.rb index 400f12a6..7fc73e3a 100644 --- a/sinatra-contrib/lib/sinatra/config_file.rb +++ b/sinatra-contrib/lib/sinatra/config_file.rb @@ -70,7 +70,7 @@ module Sinatra # # But it also can provide specific environment configuration. There are two # ways to do that: at the file level and at the setting level. They are - # illustrated, repsectively, as follows: + # illustrated, respectively, as follows: # # development: # foo: development diff --git a/sinatra-contrib/lib/sinatra/streaming.rb b/sinatra-contrib/lib/sinatra/streaming.rb index 2a832da0..da2d5da9 100644 --- a/sinatra-contrib/lib/sinatra/streaming.rb +++ b/sinatra-contrib/lib/sinatra/streaming.rb @@ -6,7 +6,7 @@ module Sinatra # = Sinatra::Streaming # # Sinatra 1.3 introduced the +stream+ helper. This addon improves the - # streaming API by making the stream object immitate an IO object, turning + # streaming API by making the stream object imitate an IO object, turning # it into a real Deferrable and making the body play nicer with middleware # unaware of streaming. #