diff options
author | David Robillard <d@drobilla.net> | 2014-04-06 06:14:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-04-06 06:14:04 +0000 |
commit | 898aff4f18131c19e659e8e0c04ab020e9e66bea (patch) | |
tree | f8a206db354abe26c55e7f0ae746657a4212266e /src/server/GraphImpl.hpp | |
parent | 5ef495e58358dcf28d45e69574f189ac51376a39 (diff) | |
download | ingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.tar.gz ingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.tar.bz2 ingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.zip |
Support port pretty names via new Jack metadata API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5357 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r-- | src/server/GraphImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp index 049d7bff..0aba78bd 100644 --- a/src/server/GraphImpl.hpp +++ b/src/server/GraphImpl.hpp @@ -42,7 +42,7 @@ class ProcessContext; * * Note that this is also a Block, just one which contains Blocks. * Therefore infinite subgraphing is possible, of polyphonic - * graphes of polyphonic blocks etc. etc. + * graphs of polyphonic blocks etc. etc. * * \ingroup engine */ |