summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/cursor/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/cursor/Client.cpp')
-rw-r--r--cpp/test/Freeze/cursor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/cursor/Client.cpp b/cpp/test/Freeze/cursor/Client.cpp
index 7ee9d25e6bf..79ecd512782 100644
--- a/cpp/test/Freeze/cursor/Client.cpp
+++ b/cpp/test/Freeze/cursor/Client.cpp
@@ -142,7 +142,7 @@ run(int argc, char* argv[], const DBEnvironmentPtr& dbEnv)
cursor->close();
cout << "ok" << endl;
- cout << "testing DB::getCursorAKey... ";
+ cout << "testing DB::getCursorAtKey... ";
k = KeyCodec::write('n', instance);
j = find(alphabet.begin(), alphabet.end(), 'n');
cursor = db->getCursorAtKey(k);