summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorAdrian Knoth <aknoth@google.com>2018-02-25 18:45:49 +0100
committerAdrian Knoth <aknoth@google.com>2018-02-25 18:47:52 +0100
commit6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (patch)
treef056a15ac7a3d5a67654fcc618708603b0cd17c0 /dbus
parenta5e6585dd391220d56fbe4704df71544ad83ba6e (diff)
downloadjack2-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.c2
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++;
}