diff --git a/tren.py b/tren.py index ed22a1c..4d1953f 100755 --- a/tren.py +++ b/tren.py @@ -8,7 +8,7 @@ PROGNAME = "tren.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tren.py,v 1.214 2010/03/30 21:02:35 tundra Exp $" +RCSID = "$Id: tren.py,v 1.215 2010/04/02 19:43:56 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -160,8 +160,8 @@ SINGLEINST = "SINGLEINST" # Indicates a single, not range, replacement instance WINDOWSGROUP = "WindowsGroup" # Returned on Windows w/o win32all WINDOWSUSER = "WindowsUser" # Reutrned on Windows w/o win32all -WINGROUPNOT = "GroupNotAvailable" # Returned when win32all can't get a group name -WINUSERNOT = "UserNotAvailable" # Returned when win32all can't get a user name +WINGROUPNOT = "GroupNotAvailable" # Returned when win32all can't get a group name +WINUSERNOT = "UserNotAvailable" # Returned when win32all can't get a user name ##### # Replacement Token Literals