Author: olamy
Date: Mon Nov 14 20:47:52 2011
New Revision: 1201890

URL: http://svn.apache.org/viewvc?rev=1201890&view=rev
Log:
fix typos

Modified:
    maven/shared/trunk/maven-script-interpreter/src/site/apt/index.apt.vm

Modified: maven/shared/trunk/maven-script-interpreter/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-script-interpreter/src/site/apt/index.apt.vm?rev=1201890&r1=1201889&r2=1201890&view=diff
==============================================================================
--- maven/shared/trunk/maven-script-interpreter/src/site/apt/index.apt.vm 
(original)
+++ maven/shared/trunk/maven-script-interpreter/src/site/apt/index.apt.vm Mon 
Nov 14 20:47:52 2011
@@ -82,7 +82,7 @@ Overview
 
 ** Build context
 
-  You can pass some values to your scipt using a execution context which have 
the type <<<Map<String, ? extends Object> context>>>.
+  You can pass some values to your script using a execution context which have 
the type <<<Map<String, ? extends Object> context>>>.
 
 +---------
     Map<String, Object> context = new HashMap<String, Object>();
@@ -99,7 +99,7 @@ Overview
 
 ** Additionnal classpath entries
 
-  You can add some additionnal classpath entries for your script execution
+  You can add some additional classpath entries for your script execution
 
 +---------
     SystemStreamLog systemStreamLog = new SystemStreamLog();


Reply via email to