From c57c7880b17bf9569bafe9cf707a058c4b5cca48 Mon Sep 17 00:00:00 2001 From: Priyank Gosalia Date: Wed, 31 Dec 2008 01:06:25 +0530 Subject: [PATCH] libmpd-status.h: some gramatical fixes --- src/libmpd-status.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libmpd-status.h b/src/libmpd-status.h index 5fd1ed0..d56b8f0 100644 --- a/src/libmpd-status.h +++ b/src/libmpd-status.h @@ -62,7 +62,7 @@ int mpd_status_update (MpdObj *mi); /** * @param mi a #MpdObj - * @param fvol an float between 0.0 and 1.0 + * @param fvol a float between 0.0 and 1.0 * * Set the output volume * @returns the new volume or a value below 0 when failed. @@ -250,9 +250,9 @@ int mpd_stats_get_total_albums (MpdObj *mi); /** * @param mi a #MpdObj * - * Gets the time mpd is running + * Gets the time since mpd has been running * - * @returns time that mpd is running in seconds + * @returns time since mpd has been running in seconds */ int mpd_stats_get_uptime (MpdObj *mi); /** -- 2.11.4.GIT