aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp_clock
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2016-06-14 08:41:21 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2016-06-14 08:41:21 -0700
commit8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1 (patch)
tree78c4c273f9a85eb2d6f879f9de1485c62c0e1b2e /host/lib/usrp_clock
parent49c79b8d4a8f797d85d29e13b3568f9dffda9f4a (diff)
downloaduhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.tar.gz
uhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.tar.bz2
uhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.zip
Spelling fixes
Diffstat (limited to 'host/lib/usrp_clock')
-rw-r--r--host/lib/usrp_clock/octoclock/octoclock_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp_clock/octoclock/octoclock_impl.cpp b/host/lib/usrp_clock/octoclock/octoclock_impl.cpp
index 22c26b42c..5ea242ea1 100644
--- a/host/lib/usrp_clock/octoclock/octoclock_impl.cpp
+++ b/host/lib/usrp_clock/octoclock/octoclock_impl.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2014 Ettus Research LLC
+// Copyright 2014,2016 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -336,7 +336,7 @@ boost::uint32_t octoclock_impl::_get_fw_version(const std::string &oc){
if(UHD_OCTOCLOCK_PACKET_MATCHES(OCTOCLOCK_QUERY_ACK, pkt_out, pkt_in, len)){
return pkt_in->proto_ver;
}
- else throw uhd::runtime_error("Failed to retrive firmware version from OctoClock.");
+ else throw uhd::runtime_error("Failed to retrieve firmware version from OctoClock.");
}
void octoclock_impl::_get_state(const std::string &oc){