From e4be7ba24dd532b782e60ff7d3bcdfd87989cc37 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Mon, 10 Feb 2003 15:34:55 +0000 Subject: fix typo --- scripts/bluepin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 + "]" -- cgit