summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-04-25 13:06:47 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-04-25 13:06:47 -0400
commitd7d99946abd8c1cf63692afa3824e29e90e05ea2 (patch)
tree37090e297ee0f2c60b87eb87ff823f35252df18e
parentccd13acd19809c3b4958832c4629eeb33384a4c4 (diff)
downloadmongo-d7d99946abd8c1cf63692afa3824e29e90e05ea2.tar.gz
Fix a spelling problem.
-rw-r--r--src/conn/conn_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conn/conn_stat.c b/src/conn/conn_stat.c
index 33b6365d577..f05609bd716 100644
--- a/src/conn/conn_stat.c
+++ b/src/conn/conn_stat.c
@@ -73,8 +73,8 @@ __statlog_config(WT_SESSION_IMPL *session, const char **cfg, int *runp)
/*
* XXX
* Only allow "file:" for now, other data sources have
- * not been converted to use DHANDLEs so we don't have
- * an easy way to get to the lists of open objects.
+ * not been converted to use data handles so we don't
+ * have an easy way to get to the lists of open objects.
*/
if (!WT_PREFIX_MATCH(k.str, "file:"))
WT_RET_MSG(session, EINVAL,