summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-07 14:11:28 +0200
committerMax Kellermann <max@musicpd.org>2018-07-07 14:11:28 +0200
commitee5653338d31c7711fb814686fb5531e542c1490 (patch)
tree10fbc076dd44d6c907bf4863d045d102cb952391 /src
parent032f47c0b0a3f82a1f4f720b201e1aecc0c484cb (diff)
decoder/flac: fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/FlacIOHandle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FlacIOHandle.cxx b/src/decoder/plugins/FlacIOHandle.cxx
index 21befb89a..1d648637e 100644
--- a/src/decoder/plugins/FlacIOHandle.cxx
+++ b/src/decoder/plugins/FlacIOHandle.cxx
@@ -121,7 +121,7 @@ FlacIOEof(FLAC__IOHandle handle)
static int
FlacIOClose(gcc_unused FLAC__IOHandle handle)
{
- /* no-op because the libFLAC caller is repsonsible for closing
+ /* no-op because the libFLAC caller is responsible for closing
the #InputStream */
return 0;