aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-19 12:46:10 +0100
committerMax Kellermann <max@duempel.org>2013-12-19 12:46:21 +0100
commit45ad7696fe0a7c475d60f3ff1a58778e5329e612 (patch)
tree0fef0a2ba1d1680803e5142473c9e951854f16ed /src
parentd86cd4e4b49863b3cd42ecff66c6b49397a5b8a7 (diff)
downloadmpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.tar.gz
mpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.tar.xz
mpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.zip
output/osx: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/output/OSXOutputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/OSXOutputPlugin.cxx b/src/output/OSXOutputPlugin.cxx
index 098acd6dc..907cb0346 100644
--- a/src/output/OSXOutputPlugin.cxx
+++ b/src/output/OSXOutputPlugin.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "OSXOutputPlugin.hxx"
#include "OutputAPI.hxx"
-#include "utill/DynamicFifoBuffer.hxx"
+#include "util/DynamicFifoBuffer.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "thread/Mutex.hxx"