changed "IP" to "host"

This commit is contained in:
badaix 2015-10-25 13:08:59 +01:00
parent b99cf2f2fc
commit a46b7c6106
6 changed files with 15 additions and 16 deletions

View file

@ -45,7 +45,7 @@ public:
/// Reads and decodes PCM data from a named pipe
/**
* Reads PCM from a named pipe and passed the data to an encoder.
* Reads PCM from a named pipe and passes the data to an encoder.
* Implements EncoderListener to get the encoded data.
* Data is passed to the PipeListener
*/