diff options
author | Adrian Knoth <aknoth@google.com> | 2018-02-25 18:45:49 +0100 |
---|---|---|
committer | Adrian Knoth <aknoth@google.com> | 2018-02-25 18:47:52 +0100 |
commit | 6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (patch) | |
tree | f056a15ac7a3d5a67654fcc618708603b0cd17c0 /dbus | |
parent | a5e6585dd391220d56fbe4704df71544ad83ba6e (diff) | |
download | jack2-6ccfdc1058f9cbd79d636a822163eda76eb4eb02.tar.gz |
Mass-fix spelling errors
Flagged by the Debian QA tool.
Mostly automatic search-n-replace of the mistakes flagged.
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/controller_iface_patchbay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/controller_iface_patchbay.c b/dbus/controller_iface_patchbay.c index b0de0892..8e754afc 100644 --- a/dbus/controller_iface_patchbay.c +++ b/dbus/controller_iface_patchbay.c @@ -1528,7 +1528,7 @@ jack_controller_graph_order_callback( if (patchbay_ptr->graph.version == 1) { /* we have empty initial graph, increment graph version, - so we dont do jack_get_ports() again, + so we don't do jack_get_ports() again, on next next graph change */ patchbay_ptr->graph.version++; } |