diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-07-22 20:35:32 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-07-22 20:36:06 +0300 |
commit | 829f262c7954c4eb82eff3931d065fce8bc7809e (patch) | |
tree | 6dec846c2b5de6575394c28d8a3986cd2febd522 | |
parent | 246520b5cb40b0a77dcf7bfdde358657327c115e (diff) | |
download | minetest-829f262c7954c4eb82eff3931d065fce8bc7809e.tar.gz minetest-829f262c7954c4eb82eff3931d065fce8bc7809e.tar.bz2 minetest-829f262c7954c4eb82eff3931d065fce8bc7809e.zip |
Fix terrible grammar in comment!
-rw-r--r-- | src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cpp b/src/test.cpp index ee77d0dc8..fe5a4f232 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -417,7 +417,7 @@ struct TestCompress: public TestBase } - // Test zlib wrapper with large amounts of data (larger than it's + // Test zlib wrapper with large amounts of data (larger than its // internal buffers) { infostream<<"Test: Testing zlib wrappers with a large amount " |