git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7461d83
)
JAL-1544 typo fix
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 8 Oct 2015 10:40:08 +0000
(11:40 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 8 Oct 2015 10:40:08 +0000
(11:40 +0100)
help/html/features/groovy.html
patch
|
blob
|
history
diff --git
a/help/html/features/groovy.html
b/help/html/features/groovy.html
index
515f387
..
adabdf1
100644
(file)
--- a/
help/html/features/groovy.html
+++ b/
help/html/features/groovy.html
@@
-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: