You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:18:50 UTC

[sling-org-apache-sling-commons-compiler] 19/36: fix typo

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 2277578acd73d99fb4e21aa9ff13bd7ca50a37f9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 3 09:10:32 2016 +0000

    fix typo
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1742074 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
index b969f26..646882d 100644
--- a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
+++ b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
@@ -53,7 +53,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * The <code>EclipseJavaCompiler</code> provides platform independant
+ * The <code>EclipseJavaCompiler</code> provides platform independent
  * Java compilation support using the Eclipse Java Compiler (org.eclipse.jdt).
  *
  */

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.