aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-03-31 21:43:53 +0200
committerMax Kellermann <max@duempel.org>2011-03-31 21:46:01 +0200
commit6d3ed3f16f7c427b22e8087804cea0f9874f4358 (patch)
treeeed6fc7d6075fcde520d3c2bd4c2e70db854cb7a /src/player_thread.c
parentbe798998bf44f740943cf82f6edb6d3616a8606a (diff)
downloadmpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.gz
mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.tar.xz
mpd-6d3ed3f16f7c427b22e8087804cea0f9874f4358.zip
fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'src/player_thread.c')
-rw-r--r--src/player_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c
index 48225706b..d47c5c851 100644
--- a/src/player_thread.c
+++ b/src/player_thread.c
@@ -112,7 +112,7 @@ struct player {
* output thread. This attribute is only used if
* audio_output_all_get_elapsed_time() didn't return a usable
* value; the output thread can estimate the elapsed time more
- * precisly.
+ * precisely.
*/
float elapsed_time;
};