JAL-1544 typo fix
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 8 Oct 2015 10:40:08 +0000 (11:40 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 8 Oct 2015 10:40:08 +0000 (11:40 +0100)
help/html/features/groovy.html

index 515f387..adabdf1 100644 (file)
@@ -73,7 +73,7 @@
     There is as yet no properly defined scripting interface to Jalview,
     but all the public methods of the jalview class hierarchy can be
     called from Groovy scripts. The access point for this is the <strong>Jalview</strong>
-    object defined in the groovy environent which corresponds to the
+    object defined in the groovy environment which corresponds to the
   <pre>jalview.gui.Desktop</pre>
   object which manages all the Jalview windows. Here's an example to get
   you started: