You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/01/05 03:18:38 UTC

svn commit: r1555449 - /maven/shared/trunk/maven-jarsigner/src/site/apt/index.apt.vm

Author: hboutemy
Date: Sun Jan  5 02:18:38 2014
New Revision: 1555449

URL: http://svn.apache.org/r1555449
Log:
fixed typo reported by Karl Heinz

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

Modified: maven/shared/trunk/maven-jarsigner/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/src/site/apt/index.apt.vm?rev=1555449&r1=1555448&r2=1555449&view=diff
==============================================================================
--- maven/shared/trunk/maven-jarsigner/src/site/apt/index.apt.vm (original)
+++ maven/shared/trunk/maven-jarsigner/src/site/apt/index.apt.vm Sun Jan  5 02:18:38 2014
@@ -82,7 +82,7 @@ ${project.name}
     request.setArchive( new File( "target/ssimple.jar" ) );
 +----------
 
-  Now you can use the component to verify your signe jar:
+  Now you can use the component to verify your signed jar:
 
 +----------
     JavaToolResult result = jarSigner.execute( request );