Fix a typo in the Snappy README file.

R=csilvers
DELTA=1  (0 added, 0 deleted, 1 changed)


Revision created by MOE tool push_codebase.
MOE_MIGRATION=992


git-svn-id: https://snappy.googlecode.com/svn/trunk@10 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
snappy.mirrorbot@gmail.com
2011-03-23 11:13:37 +00:00
parent 39d27bea23
commit e3ca06af25

2
README
View File

@@ -18,7 +18,7 @@ Snappy has the following properties:
* Stable: Over the last few years, Snappy has compressed and decompressed * Stable: Over the last few years, Snappy has compressed and decompressed
petabytes of data in Google's production environment. The Snappy bitstream petabytes of data in Google's production environment. The Snappy bitstream
format is stable and will not change between versions. format is stable and will not change between versions.
* Robust: The Snappy decompressor is designed no to crash in the face of * Robust: The Snappy decompressor is designed not to crash in the face of
corrupted or malicious input. corrupted or malicious input.
* Free and open source software: Snappy is licensed under the Apache license, * Free and open source software: Snappy is licensed under the Apache license,
version 2.0. For more information, see the included COPYING file. version 2.0. For more information, see the included COPYING file.