Skip to content

Commit d85f343

Browse files
author
Gary Gregory
committed
Javadoc: Use "file name" instead of "filename".
1 parent 48b6157 commit d85f343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/cli/Digest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private void println(final String prefix, final byte[] digest) {
8181

8282
private void println(final String prefix, final byte[] digest, final String fileName) {
8383
// The standard appears to be to print
84-
// hex, space, then either space or '*' followed by filename
84+
// hex, space, then either space or '*' followed by file name
8585
// where '*' is used for binary files
8686
// shasum(1) has a -b option which generates " *" separator
8787
// we don't distinguish binary files at present

0 commit comments

Comments
 (0)