You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/05/30 19:18:17 UTC

[commons-crypto] branch master updated: Javadoc: Use "file name" instead of "filename".

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aeec456  Javadoc: Use "file name" instead of "filename".
aeec456 is described below

commit aeec456c7e828fdd6f9252f9bc358347fdbdfba1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 30 15:18:12 2019 -0400

    Javadoc: Use "file name" instead of "filename".
---
 src/main/java/org/apache/commons/crypto/utils/Utils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/utils/Utils.java b/src/main/java/org/apache/commons/crypto/utils/Utils.java
index 0bef9ba..66c17c3 100644
--- a/src/main/java/org/apache/commons/crypto/utils/Utils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/Utils.java
@@ -39,7 +39,7 @@ public final class Utils {
      }
 
     /**
-     * The filename of configuration file.
+     * The file name of configuration file.
      * TODO is there any need for it to have the CONF_PREFIX?
      */
     private static final String SYSTEM_PROPERTIES_FILE = Crypto.CONF_PREFIX