aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/lib
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-01-03 05:01:42 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-01-03 05:01:42 +0000
commit6748247754e0a2ef50ffde78fc845d56c507fd63 (patch)
tree2c5aa4ec6e12f14bf47466f3a5527b491a652335 /tools/EventClients/lib
parentec07c1dc6a28f290a245df5a84ce7136adb33789 (diff)
spelling: output
Diffstat (limited to 'tools/EventClients/lib')
-rwxr-xr-xtools/EventClients/lib/python/ps3/sixpair.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/lib/python/ps3/sixpair.py b/tools/EventClients/lib/python/ps3/sixpair.py
index bb022c4278..7a2b9a2394 100755
--- a/tools/EventClients/lib/python/ps3/sixpair.py
+++ b/tools/EventClients/lib/python/ps3/sixpair.py
@@ -85,7 +85,7 @@ def set_pair_all(mac):
def update_pair(dev, mac):
old = get_pair(dev)
if old != mac:
- print "Reparing sixaxis from:" + mac_to_string(old) + " to:" + mac_to_string(mac)
+ print "Re-pairing sixaxis from:" + mac_to_string(old) + " to:" + mac_to_string(mac)
set_pair(dev, mac)
if __name__=="__main__":