aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigData.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 21:30:56 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 21:30:59 +0100
commitff89b491ddfec4b25aa26423818da9034adaa04a (patch)
tree8ae4c6f3e73042c3cae93d21a4a61bd7cb5e493f /src/config/ConfigData.hxx
parent7552dff0e56befa091d889cdb56f7d881d985a5a (diff)
downloadmpd-ff89b491ddfec4b25aa26423818da9034adaa04a.tar.gz
mpd-ff89b491ddfec4b25aa26423818da9034adaa04a.tar.xz
mpd-ff89b491ddfec4b25aa26423818da9034adaa04a.zip
ConfigData: update API documentation
Diffstat (limited to 'src/config/ConfigData.hxx')
-rw-r--r--src/config/ConfigData.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigData.hxx b/src/config/ConfigData.hxx
index e42d674ba..1a16fae7f 100644
--- a/src/config/ConfigData.hxx
+++ b/src/config/ConfigData.hxx
@@ -109,7 +109,7 @@ struct config_param {
const char *default_value=nullptr) const;
/**
- * Same as config_dup_path(), but looks up the setting in the
+ * Same as config_get_path(), but looks up the setting in the
* specified block.
*/
AllocatedPath GetBlockPath(const char *name, const char *default_value,