diff --git a/record-and-playback/core/lib/recordandplayback.rb b/record-and-playback/core/lib/recordandplayback.rb index f45bb4a2e9086dca742450e9a10f2c60d7b2d04f..04bd6e07ac07a15bc74166bdee5a8cc9126d9796 100755 --- a/record-and-playback/core/lib/recordandplayback.rb +++ b/record-and-playback/core/lib/recordandplayback.rb @@ -160,7 +160,7 @@ module BigBlueButton http.head(uri.request_uri) } unless response.is_a? Net::HTTPSuccess - raise "File not available: #{respose.message}" + raise "File not available: #{response.message}" end end