summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStephen Crane <steve.crane@rococosoft.com>2003-02-10 15:34:55 +0000
committerStephen Crane <steve.crane@rococosoft.com>2003-02-10 15:34:55 +0000
commite4be7ba24dd532b782e60ff7d3bcdfd87989cc37 (patch)
tree89197e32c59d46ef5bb6c3445474a3cf76dae5e0 /scripts
parent495f345e287c55e16ac5c868485806d2edb2356f (diff)
fix typo
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bluepin2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bluepin b/scripts/bluepin
index aa1a0f3c..b17f4a03 100755
--- a/scripts/bluepin
+++ b/scripts/bluepin
@@ -141,7 +141,7 @@ def main(*args):
if dir == "out":
mesg = "Outgoing connection to "
else:
- mesg = "Incomming connection from "
+ mesg = "Incoming connection from "
mesg = mesg + name + "[" + bdaddr + "]"