summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatunarts/StereoEffectStack_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatunarts/StereoEffectStack_impl.cpp')
-rw-r--r--noatun/library/noatunarts/StereoEffectStack_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/noatunarts/StereoEffectStack_impl.cpp b/noatun/library/noatunarts/StereoEffectStack_impl.cpp
index 684d9694..107f06e9 100644
--- a/noatun/library/noatunarts/StereoEffectStack_impl.cpp
+++ b/noatun/library/noatunarts/StereoEffectStack_impl.cpp
@@ -85,7 +85,7 @@ class StereoEffectStack_impl : public StereoEffectStack_skel, public StdSynthMod
list<EffectEntry*>::iterator i = fx.begin();
bool found=false;
- // seek through until we find 'after'
+ // seek through until we tqfind 'after'
while(i != fx.end())
if((*i)->id == after)
{