From: Jason Abele Date: Thu, 3 Jun 2010 19:24:13 +0000 (-0700) Subject: Typo in error message X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42;p=debian%2Fgnuradio Typo in error message --- diff --git a/usrp/host/lib/db_base.cc b/usrp/host/lib/db_base.cc index 1cb46342..b4fb45c5 100644 --- a/usrp/host/lib/db_base.cc +++ b/usrp/host/lib/db_base.cc @@ -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