# HG changeset patch # User Lucas Thompson # Date 1486492552 0 # Node ID 4d25a90f639bca85666a02ae1133e74fdca0ba84 # Parent ec95a44bab22eca56d30d26e12b334a8f9d81e2a Change wording. diff -r ec95a44bab22 -r 4d25a90f639b test/vamp-client/tst_PluginStub.cpp --- a/test/vamp-client/tst_PluginStub.cpp Tue Feb 07 18:31:56 2017 +0000 +++ b/test/vamp-client/tst_PluginStub.cpp Tue Feb 07 18:35:52 2017 +0000 @@ -9,7 +9,7 @@ using namespace piper_vamp::client; using AudioBuffer = std::vector>; -// This stub mimicks the interaction with a Piper server +// This stub fakes the interaction with a Piper server // Here we only need to implement the configure method // due to testing only the initialise implemention of PluginStub class StubClient : public PluginClient