changeset 196:4d25a90f639b

Change wording.
author Lucas Thompson <dev@lucas.im>
date Tue, 07 Feb 2017 18:35:52 +0000
parents ec95a44bab22
children cbbc806097cf
files test/vamp-client/tst_PluginStub.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<std::vector<float>>;
 
-// 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