From 23ea2fcfb47c9374615e5aef342e528feba1962a Mon Sep 17 00:00:00 2001 From: Jon Szymaniak Date: Sun, 13 Apr 2014 18:18:18 -0400 Subject: [PATCH] bladeRF: Fixed typo in handling 'stream_timeout_ms' device argument --- lib/bladerf/bladerf_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bladerf/bladerf_common.cc b/lib/bladerf/bladerf_common.cc index fd0182f..f4c2000 100644 --- a/lib/bladerf/bladerf_common.cc +++ b/lib/bladerf/bladerf_common.cc @@ -332,7 +332,7 @@ void bladerf_common::init(dict_t &dict, bladerf_module module) _stream_timeout_ms = 3000; if (dict.count("stream_timeout_ms")) { - _stream_timeout_ms = boost::lexical_cast< unsigned int >(dict["stream_timout_ms"] ); + _stream_timeout_ms = boost::lexical_cast< unsigned int >(dict["stream_timeout_ms"] ); } /* Require value to be >= 2 so we can ensure we have twice as many