diff options
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/complex/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp index e120644497a..faafbca2966 100644 --- a/cpp/test/Freeze/complex/Client.cpp +++ b/cpp/test/Freeze/complex/Client.cpp @@ -36,7 +36,7 @@ validate(const DBPtr& db) for (p = m.begin(); p != m.end(); ++p) { // - // Verified the stored record is correct. + // Verify the stored record is correct. // test(p->first.result == p->second->calc()); |