From 8917859edac0280102ada9b484f16eb8c61c9bfb Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 30 Jan 2007 23:09:55 +0000 Subject: [PATCH] - fix typo --- PLC/Auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLC/Auth.py b/PLC/Auth.py index 0bac9db..bb6a1c6 100644 --- a/PLC/Auth.py +++ b/PLC/Auth.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Auth.py,v 1.11 2007/01/11 05:28:21 mlhuang Exp $ +# $Id: Auth.py,v 1.12 2007/01/30 23:08:58 mlhuang Exp $ # import crypt @@ -215,7 +215,7 @@ class BootAuth(Auth): raise PLCAuthenticationFailure, "Cannot determine IP address of requestor" if nodenetwork['ip'] != method.source[0]: - raise PLCAuthenticationFailure, "Requestor IP %s does not mach node IP %s" % \ + raise PLCAuthenticationFailure, "Requestor IP %s does not match node IP %s" % \ (method.source[0], nodenetwork['ip']) else: raise PLCAuthenticationFailure, "No node key or boot nonce" -- 2.45.2