operation.py: Fix stupid typo in commentary.
[chopwood] / operation.py
index 50d7952..bf17b05 100644 (file)
@@ -179,7 +179,7 @@ class BaseRequest (object):
 
   It provides an empty `INFO' map; a simple `check' method which checks the
   operation name (in the class attribute `OP') against the configured policy
-  `CFG'ALLOWOP'; and the obvious `perform' method which assumes that the
+  `CFG.ALLOWOP'; and the obvious `perform' method which assumes that the
   `ops' list has already been constructed.
   """