diff options
Diffstat (limited to 'src/config/ConfigData.hxx')
-rw-r--r-- | src/config/ConfigData.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/ConfigData.hxx b/src/config/ConfigData.hxx index e42d674ba..e794c044f 100644 --- a/src/config/ConfigData.hxx +++ b/src/config/ConfigData.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -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, |