From c5def1feff838419426a74f2baaecb99cd21829d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 15 Dec 2011 14:22:55 -0800 Subject: uhd: typo fix for the error print --- host/lib/usrp/dboard_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/dboard_manager.cpp b/host/lib/usrp/dboard_manager.cpp index 987f4d03c..28eac14a5 100644 --- a/host/lib/usrp/dboard_manager.cpp +++ b/host/lib/usrp/dboard_manager.cpp @@ -204,7 +204,7 @@ dboard_manager_impl::dboard_manager_impl( catch(const std::exception &e){ UHD_MSG(error) << boost::format( "The daughterboard manager encountered a recoverable error in init.\n" - "Loading the \"unknown\" dabugterboard implementations to continue.\n" + "Loading the \"unknown\" daughterboard implementations to continue.\n" "The daughterboard cannot operate until this error is resolved.\n" ) << e.what() << std::endl; //clean up the stuff added by the call above -- cgit v1.2.3