From ab3f817a87d0dc7e38c70ae9c05356b49a1b0380 Mon Sep 17 00:00:00 2001
From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Tue, 10 Oct 2006 21:52:08 +0000
Subject: [PATCH] - fix comment

---
 PLC/AddressTypes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PLC/AddressTypes.py b/PLC/AddressTypes.py
index 4f6fe768..90e0b3b3 100644
--- a/PLC/AddressTypes.py
+++ b/PLC/AddressTypes.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: AddressTypes.py,v 1.1 2006/09/06 15:36:06 mlhuang Exp $
+# $Id: AddressTypes.py,v 1.2 2006/10/06 18:19:41 mlhuang Exp $
 #
 
 from types import StringTypes
@@ -38,7 +38,7 @@ class AddressType(Row):
         if not name:
             raise PLCInvalidArgument, "Address type must be specified"
 	
-	# Make sure node group does not alredy exist
+	# Make sure address type does not already exist
 	conflicts = AddressTypes(self.api, [name])
 	for address_type_id in conflicts:
             if 'address_type_id' not in self or self['address_type_id'] != address_type_id:
-- 
2.47.0