Skip to content

Commit a9aa74e

Browse files
authored
Merge pull request xerial#172 from lbergelson/lb_fix_typos_in_milestone
fix typos in Milestone.md
2 parents cccc33c + c2478c8 commit a9aa74e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Milestone.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
1+
Since version 1.1.0.x, Java 6 (1.6) or higher is required.
22

33
## snappy-java-1.1.4 (will be available Early 2017)
44
* Upgrade to [snappy-1.1.4](https://github.com/google/snappy/releases/tag/1.1.4)
55
* Improved performance compression (5%), decompression (20%)
6-
* We are waiting contributions of native libraries for varios platforms.
7-
* Run `make native test` and send the result as a pull requset.
6+
* We are waiting contributions of native libraries for various platforms.
7+
* Run `make native test` and send the result as a pull request.
88
* We also test the usability of the newly added BitShuffle API before this release.
99

1010
## snappy-java-1.1.4-M3 (2017-02-16)
@@ -26,7 +26,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
2626
* Added support for armv5, armv6, armv7, android-arm, aarch64, ppc64
2727
* Added BitShuffle (<https://github.com/kiyo-masui/bitshuffle>) class for better primitive array compression
2828
* Using docker-based cross compilers for building native libraries
29-
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions of native libraries are welcome. Please send a pull request that contains the changes after runing `make native` in your platform.
29+
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contributions of native libraries are welcome. Please send a pull request that contains the changes after running `make native` in your platform.
3030

3131
## snappy-java-1.1.2.6 (2016-06-02)
3232
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
@@ -55,7 +55,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
5555

5656
## snappy-java-1.1.2-RC1 (13 May 2015)
5757
* SnappyInputStream now supports reading concatenated compressed results of SnappyOutputStream
58-
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeablly between these versions.
58+
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeably between these versions.
5959
* Fixes a problem when java.io.tmpdir does not exist.
6060

6161
## snappy-java-1.1.1.7 (14 Apr 2015)
@@ -85,7 +85,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
8585
* Building with sbt
8686

8787
# snappy-java-1.0.5.2 (25 June 2014)
88-
* Maintanance release
88+
* Maintenance release
8989
* Add PowerPC support ppc64le, ppc64 (big-endian)
9090

9191
# snappy-java-1.1.1-M2 (12 June 2014)
@@ -139,7 +139,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
139139

140140
## snappy-java-1.0.3.2 (August 23rd, 2011)
141141
* Upgrade from the previous release is optional
142-
* Add system properites to switch sytem installed native library or bundled
142+
* Add system properties to switch system installed native library or bundled
143143
library (issue 20, issue 26)
144144
* source code tar ball (issue 25)
145145
* primitive array read/write support (issue 24)
@@ -150,7 +150,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
150150
* Rebuild win32 binary
151151

152152
## snappy-java-1.0.3 (July 11st, 2011)
153-
* Deprected SnappyException. Instead snappy-java uses IOException to issue
153+
* Deprecated SnappyException. Instead snappy-java uses IOException to issue
154154
errors. This change is necessary to support JNI code injection to a parent
155155
class loader.
156156

0 commit comments

Comments
 (0)