Index: trunk/ippdor/deployment/Deployment.py
===================================================================
--- trunk/ippdor/deployment/Deployment.py	(revision 32905)
+++ trunk/ippdor/deployment/Deployment.py	(revision 32906)
@@ -120,5 +120,5 @@
         Deployment.logger.info('Checking definition of Gpc1.PASSWORD: %s[Hidden]' 
                                % Gpc1.PASSWORD[:0])
-        # self.target_directory
+        # target_directory
         Deployment.logger.info('... Checking write permission to %s' % self.target_directory)
         extra = ''
@@ -129,5 +129,5 @@
             raise IOError('Directory [%s] is not writable' % self.target_directory)
         Deployment.logger.info('...... OK%s' % extra)
-        # self.target_binary_directory
+        # target_binary_directory
         Deployment.logger.info('... Checking write permission to %s' % self.target_binary_directory)
         extra = ''
@@ -138,5 +138,5 @@
             raise IOError('Directory [%s] is not writable' % self.target_binary_directory)
         Deployment.logger.info('...... OK%s' % extra)
-        # Check deployment software version
+        # Check deployment software version?
         # Anything else?
         Deployment.logger.info('... Check complete')
