Author: challngr
Date: Mon Jun  8 19:13:29 2015
New Revision: 1684246

URL: http://svn.apache.org/r1684246
Log:
UIMA-4358 Fix tupo.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install?rev=1684246&r1=1684245&r2=1684246&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_post_install Mon Jun  8 
19:13:29 2015
@@ -230,7 +230,7 @@ class PostInstall():
 
         if ( self.ducc_head == None ):
             self.ducc_head = self.localhost
-            reply = raw_input('Enter hostname of DUCC hoead[' + self.ducc_head 
+ ']')
+            reply = raw_input('Enter hostname of DUCC head[' + self.ducc_head 
+ ']')
             if ( reply != '' ):
                 self.ducc_head = reply
 


Reply via email to