Merge branch 'fix/wbx_refclock' into maint
[debian/gnuradio] / usrp / host / lib / db_base.cc
index 1cb4634296d8a5569adf071bbd7a9e01a6b92319..b4fb45c517a9a1fa1979fd0ffb8622e0039f2499 100644 (file)
@@ -238,7 +238,7 @@ int
 db_base::_refclk_divisor()
 {
   // Return value to stick in REFCLK_DIVISOR register
-  throw std::runtime_error("_reflck_divisor() called from base class\n");;
+  throw std::runtime_error("_refclk_divisor() called from base class\n");;
 }
 
 bool