diff options
author | David Robillard <d@drobilla.net> | 2015-04-04 09:32:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-04 09:32:03 +0000 |
commit | 113a38f1ab01a4109aa7d6b03fbce4e45360a8ec (patch) | |
tree | f88565f3a2f394484aa7def57f62a5371c4ab78b /src | |
parent | 9c5ad6b64f33ea07654435e93a8b6f726894581f (diff) | |
download | ingen-113a38f1ab01a4109aa7d6b03fbce4e45360a8ec.tar.gz ingen-113a38f1ab01a4109aa7d6b03fbce4e45360a8ec.tar.bz2 ingen-113a38f1ab01a4109aa7d6b03fbce4e45360a8ec.zip |
Fix spelling error.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5661 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/Configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp index efcd2806..f2d47674 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -38,7 +38,7 @@ Configuration::Configuration(Forge& forge) "Ingen is a flexible modular system that be used in various ways.\n" "The engine can run as a server controlled via a network protocol,\n" "as an LV2 plugin, or in a monolithic process with a GUI. The GUI\n" - "may be run separate to control a remote engine, and many clients\n" + "may be run separately to control a remote engine, and many clients\n" "may connect to an engine at once.\n\n" "Examples:\n" " ingen -e # Run engine, listen for connections\n" |