Darren Ranalli 17 years ago
parent
commit
78f0fdbf86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DistributedObject.py

+ 1 - 1
direct/src/distributed/DistributedObject.py

@@ -21,7 +21,7 @@ ESNum2Str = {
     ESNew: 'ESNew',
     ESDeleted: 'ESDeleted',
     ESDisabling: 'ESDisabling',
-    ESDisabled: 'ESDisabed',
+    ESDisabled: 'ESDisabled',
     ESGenerating: 'ESGenerating',
     ESGenerated: 'ESGenerated',
     }