summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/complex/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-08 13:47:12 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-08 13:47:12 +0000
commit2ee86c01bdce8ff4fb14120f9603e2d4382a32af (patch)
tree9ef026ad20f848bf3f4217eebd478804e3740f9f /cpp/test/Freeze/complex/Client.cpp
parentadding constructors to holder classes (diff)
downloadice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.tar.bz2
ice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.tar.xz
ice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.zip
updates for Freeze.
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r--cpp/test/Freeze/complex/Client.cpp2
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());