You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/04/06 12:57:05 UTC

svn commit: r1585284 - /maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java

Author: khmarbaise
Date: Sun Apr  6 10:57:05 2014
New Revision: 1585284

URL: http://svn.apache.org/r1585284
Log:
- Fixed typo.

Modified:
    maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java

Modified: maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java?rev=1585284&r1=1585283&r2=1585284&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java (original)
+++ maven/shared/trunk/maven-project-utils/src/main/java/org/apache/maven/shared/project/utils/ScmUtils.java Sun Apr  6 10:57:05 2014
@@ -32,7 +32,7 @@ public final class ScmUtils
     }
 
     /**
-     * Resolve the scm connection, based on the type of project and inheritence.
+     * Resolve the scm connection, based on the type of project and inheritance.
      * This method assumes that the connection ends with the path and can be extended.
      * 
      * @param project the Maven project
@@ -67,7 +67,7 @@ public final class ScmUtils
     }
 
     /**
-     * Resolve the scm developer connection, based on the type of project and inheritence.
+     * Resolve the scm developer connection, based on the type of project and inheritance.
      * This method assumes that the developer connection ends with the path and can be extended.
      * 
      * @param project the Maven Project