aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/simple1/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/simple1/main.cpp')
-rwxr-xr-xexternals/grill/flext/tutorial/simple1/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/tutorial/simple1/main.cpp b/externals/grill/flext/tutorial/simple1/main.cpp
index 6099a792..9f0f43e8 100755
--- a/externals/grill/flext/tutorial/simple1/main.cpp
+++ b/externals/grill/flext/tutorial/simple1/main.cpp
@@ -48,7 +48,7 @@ FLEXT_NEW("simple1",simple1)
simple1::simple1()
{
// define inlets:
- // first inlet must always by of type anything (or signal for dsp objects)
+ // first inlet must always be of type anything (or signal for dsp objects)
AddInAnything(); // add one inlet for any message
// define outlets: