From 9739a6bfc6937e7b342d65ce5149e2200af21309 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 24 Jun 2010 21:16:13 -0300
Subject: [PATCH 2/9] Fix minor function name typo

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 msn |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/msn b/msn
index 0e9b4e5..1ea8a0b 100755
--- a/msn
+++ b/msn
@@ -1695,7 +1695,7 @@ else:
 	try:
 		config['history size'] = int(config['history size'])
 	except:
-		error('input history size must be integer, using default\n')
+		perror('input history size must be integer, using default\n')
 		config['input history size'] = 10
 
 # initial status
-- 
1.6.2.2.646.gb214

