summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMoritz Fischer <moritz@ettus.com>2014-05-24 13:51:51 +0200
committerNicholas Corgan <nick.corgan@ettus.com>2014-05-27 07:53:02 -0700
commit997d9d5b187ce9b9e33aa89755d41c2f5c65af5e (patch)
treee7883a09d1214bb1b176ce37648b5fb37011c8e7 /host
parent482a4eaffd146de789dfc59052a4c3cb5b51938a (diff)
downloaduhd-997d9d5b187ce9b9e33aa89755d41c2f5c65af5e.tar.gz
uhd-997d9d5b187ce9b9e33aa89755d41c2f5c65af5e.tar.bz2
uhd-997d9d5b187ce9b9e33aa89755d41c2f5c65af5e.zip
property_tree: doc: Fixed typo in doxygen string.
Signed-off-by: Moritz Fischer <moritz@ettus.com>
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/property_tree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/property_tree.hpp b/host/include/uhd/property_tree.hpp
index 47b2c5736..f889ba235 100644
--- a/host/include/uhd/property_tree.hpp
+++ b/host/include/uhd/property_tree.hpp
@@ -38,7 +38,7 @@ public:
/*!
* Register a coercer into the property.
- * A coercer is a special subscribes that coerces the value.
+ * A coercer is a special subscriber that coerces the value.
* Only one coercer may be registered per property.
* Registering a coercer replaces the previous coercer.
* \param coercer the coercer callback function