You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2018/02/12 18:31:13 UTC

[incubator-daffodil] branch master updated: Fix typo in url to website

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

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 044ce28  Fix typo in url to website
044ce28 is described below

commit 044ce2898b82848f3e33232d6c9eb54ac52fedca
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Mon Feb 12 11:38:31 2018 -0500

    Fix typo in url to website
    
    DAFFODIL-1890
---
 daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala b/daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
index e36de28..a5f9078 100644
--- a/daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
+++ b/daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
@@ -461,7 +461,7 @@ class DataProcessor private[japi] (dp: SDataProcessor)
   /**
    * Read external variables from a Daffodil configuration file
    *
-   * @see <a target="_blank" href='https://daffodil.apche.org/configuration/'>Daffodil Configuration File</a> - Daffodil configuration file format
+   * @see <a target="_blank" href='https://daffodil.apache.org/configuration/'>Daffodil Configuration File</a> - Daffodil configuration file format
    *
    * @param extVars file to read DFDL variables from.
    */

-- 
To stop receiving notification emails like this one, please contact
slawrence@apache.org.