From 61e70d824fae3d5dabd074da95f2794a256b5400 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 29 Mar 2012 02:08:36 +0000 Subject: [PATCH] typo --- hbc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbc b/hbc index d459d58..026132c 100755 --- a/hbc +++ b/hbc @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: hbc,v 1.8 2012/03/29 00:04:34 andreas Exp $ +# $Id: hbc,v 1.9 2012/03/29 02:08:36 andreas Exp $ import sys, time, socket, os, signal, getopt, string, select PORT=50003 @@ -85,7 +85,7 @@ try: f=open(configfile,"r") if verbose: print "notice: using config file %s" % configfile except: - if verbose: print "warning: running without conifig file: %s" % configfile + if verbose: print "warning: running without config file: %s" % configfile f=None if f: