Browse Source

Javadoc typo only.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423831 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 19 years ago
parent
commit
e0e0733703
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/bzip2/CBZip2InputStream.java

+ 1
- 1
src/main/org/apache/tools/bzip2/CBZip2InputStream.java View File

@@ -127,7 +127,7 @@ public class CBZip2InputStream extends InputStream implements BZip2Constants {
private CBZip2InputStream.Data data;

/**
* Constructs a new CBZip2InputStream which decompresses bytes readed from
* Constructs a new CBZip2InputStream which decompresses bytes read from
* the specified stream.
*
* <p>Although BZip2 headers are marked with the magic


Loading…
Cancel
Save