You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/12/23 12:49:19 UTC

[maven-scm] branch spelling created (now a011ccd)

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

elharo pushed a change to branch spelling
in repository https://gitbox.apache.org/repos/asf/maven-scm.git.


      at a011ccd  fix typos

This branch includes the following new commits:

     new a011ccd  fix typos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-scm] 01/01: fix typos

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch spelling
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit a011ccd1b0fd0203c82ff7b3deef2e86cfabe975
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Dec 23 07:49:06 2020 -0500

    fix typos
---
 .../org/apache/maven/scm/provider/ScmProvider.java   | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java b/maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java
index 168c846..5e0d79f 100644
--- a/maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java
+++ b/maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java
@@ -194,7 +194,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system in a certain period of time.
+     * Returns the changes that have happened in the source control system in a certain period of time.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository the source control system
@@ -215,7 +215,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system in a certain period of time.
+     * Returns the changes that have happened in the source control system in a certain period of time.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository the source control system
@@ -235,7 +235,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system in a certain period of time.
+     * Returns the changes that have happened in the source control system in a certain period of time.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository  the source control system
@@ -256,7 +256,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system in a certain period of time.
+     * Returns the changes that have happened in the source control system in a certain period of time.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository  the source control system
@@ -264,7 +264,7 @@ public interface ScmProvider
      *                    from the {@link org.apache.maven.scm.ScmFileSet#getBasedir()} downwards.
      * @param startDate   the start date of the period
      * @param endDate     the end date of the period
-     * @param numDays     the number days before the current time if startdate and enddate are null
+     * @param numDays     the number days before the current time if startDate and endDate are null
      * @param branch      the branch/tag
      * @param datePattern the date pattern use in changelog output returned by scm tool
      * @return The SCM result of the changelog command
@@ -276,7 +276,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system in a certain period of time.
+     * Returns the changes that have happened in the source control system in a certain period of time.
      * This can be adding, removing, updating, ... of files
      *
      * @param scmRequest request wrapping detailed parameters for the changelog command
@@ -288,7 +288,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system between two tags.
+     * Returns the changes that have happened in the source control system between two tags.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository the source control system
@@ -305,7 +305,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system between two tags.
+     * Returns the changes that have happened in the source control system between two tags.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository   the source control system
@@ -323,7 +323,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system between two tags.
+     * Returns the changes that have happened in the source control system between two tags.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository  the source control system
@@ -342,7 +342,7 @@ public interface ScmProvider
         throws ScmException;
 
     /**
-     * Returns the changes that have happend in the source control system between two tags.
+     * Returns the changes that have happened in the source control system between two tags.
      * This can be adding, removing, updating, ... of files
      *
      * @param repository    the source control system