diff options
| author | Lauda <[email protected]> | 2017-01-13 16:05:16 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-22 13:18:51 +0100 |
| commit | 5c66d41b7ffe8557ce5036613c9854d2f1dc3c37 (patch) | |
| tree | 665a4171ec4582a2d4ba91989a26ab5dd2dc34bf /src/test/cuckoocache_tests.cpp | |
| parent | Merge #9525: test: Include tx data in EXTRA_DIST (diff) | |
| download | discoin-5c66d41b7ffe8557ce5036613c9854d2f1dc3c37.tar.xz discoin-5c66d41b7ffe8557ce5036613c9854d2f1dc3c37.zip | |
[Trivial] Grammar and typo correction
Minor corrections in src\test\* .
Diffstat (limited to 'src/test/cuckoocache_tests.cpp')
| -rw-r--r-- | src/test/cuckoocache_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp index 1bc50d5ea..00446aa11 100644 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -15,7 +15,7 @@ * with deterministic seeds) * 2) Some test methods are templated to allow for easier testing * against new versions / comparing - * 3) Results should be treated as a regression test, ie, did the behavior + * 3) Results should be treated as a regression test, i.e., did the behavior * change significantly from what was expected. This can be OK, depending on * the nature of the change, but requires updating the tests to reflect the new * expected behavior. For example improving the hit rate may cause some tests |