You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2015/12/16 21:08:14 UTC

svn commit: r1720430 - in /uima/sandbox/uima-ducc/trunk/src/main: admin/ducc_boot.py admin/ducc_props_manager scripts/viaducc

Author: burn
Date: Wed Dec 16 20:08:14 2015
New Revision: 1720430

URL: http://svn.apache.org/viewvc?rev=1720430&view=rev
Log:
UIMA-4711 Correct spellings

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_boot.py
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_props_manager
    uima/sandbox/uima-ducc/trunk/src/main/scripts/viaducc

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_boot.py
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_boot.py?rev=1720430&r1=1720429&r2=1720430&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_boot.py (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_boot.py Wed Dec 16 20:08:14 2015
@@ -22,7 +22,7 @@
 import os
 import sys
 
-# simple bootstratp to establish DUCC_HOME and to set the python path so it can
+# simple bootstrap to establish DUCC_HOME and to set the python path so it can
 # find the common code in DUCC_HOME/admin
 # Infer DUCC_HOME from our location - no longer use a (possibly inaccurate) environment variable
 def set_ducc_home():

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_props_manager
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_props_manager?rev=1720430&r1=1720429&r2=1720430&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_props_manager (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_props_manager Wed Dec 16 20:08:14 2015
@@ -30,7 +30,7 @@ from properties import Property
 
 class DuccPropManager:
     def __init__(self):
-        # simple bootstratp to establish DUCC_HOME and to set the python path so it can
+        # simple bootstrap to establish DUCC_HOME and to set the python path so it can
         # find the common code in DUCC_HOME/admin
         # Infer DUCC_HOME from our location - no longer use a (possibly inaccurate) environment variable
         me = os.path.abspath(__file__)    

Modified: uima/sandbox/uima-ducc/trunk/src/main/scripts/viaducc
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/scripts/viaducc?rev=1720430&r1=1720429&r2=1720430&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/scripts/viaducc (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/scripts/viaducc Wed Dec 16 20:08:14 2015
@@ -163,7 +163,7 @@ def main():
         # if invokded as 'java_viaducc we must inject some kind of jvm as the executable
         # this is more liberal: any link other than 'viaducc' caused injection of the
         # jvm, to allow multiple, different symlinks (in case there are multiple,
-        # different versions of ducc, not really reccomended, but supported)
+        # different versions of ducc, not really recommended, but supported)
         need_java = True
 
     ducc_args = []