diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:01:42 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:01:42 +0000 |
commit | 6748247754e0a2ef50ffde78fc845d56c507fd63 (patch) | |
tree | 2c5aa4ec6e12f14bf47466f3a5527b491a652335 /tools/EventClients/lib | |
parent | ec07c1dc6a28f290a245df5a84ce7136adb33789 (diff) |
spelling: output
Diffstat (limited to 'tools/EventClients/lib')
-rwxr-xr-x | tools/EventClients/lib/python/ps3/sixpair.py | 2 |
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__": |