summaryrefslogtreecommitdiffstats
path: root/tderadio3/src/include/soundstreamclient_interfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderadio3/src/include/soundstreamclient_interfaces.h')
-rw-r--r--tderadio3/src/include/soundstreamclient_interfaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/src/include/soundstreamclient_interfaces.h b/tderadio3/src/include/soundstreamclient_interfaces.h
index 57fd2f3..2d14de2 100644
--- a/tderadio3/src/include/soundstreamclient_interfaces.h
+++ b/tderadio3/src/include/soundstreamclient_interfaces.h
@@ -125,7 +125,7 @@ SENDERS:
IF_SENDER_FINE ( queryIsCaptureRunning, (SoundStreamID id, bool &running, SoundFormat &sf))
// we need extra recording, in order to distinguish between plain capturing
- // (making sound data available to kradio) and writing a stream to disk or sth similar
+ // (making sound data available to tderadio) and writing a stream to disk or sth similar
IF_SENDER_FINE ( sendStartRecording, (SoundStreamID id) )
IF_SENDER_FINE ( sendStartRecordingWithFormat, (SoundStreamID id,
const SoundFormat &proposed_format,