diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-08-22 16:30:24 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-08-22 16:30:24 -0400 |
commit | ab70cec66d875c3e5e3515eacded9ea20ce1e3e7 (patch) | |
tree | 6ea7267528f18064bac97e7ede00c345845bcb48 /ext/test | |
parent | a9f1420404e4ad91c53bb0ba17f0f4e45bc2772e (diff) | |
download | mongo-ab70cec66d875c3e5e3515eacded9ea20ce1e3e7.tar.gz |
typo
Diffstat (limited to 'ext/test')
-rw-r--r-- | ext/test/memrata/memrata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/test/memrata/memrata.c b/ext/test/memrata/memrata.c index 258fae2f305..5c76dfbfa3f 100644 --- a/ext/test/memrata/memrata.c +++ b/ext/test/memrata/memrata.c @@ -2905,7 +2905,7 @@ kvs_cleaner(void *arg) * * !!! * I'm playing fast-and-loose with whether or not the cursor - * references an underying WT_SOURCE, there's a structural + * references an underlying WT_SOURCE, there's a structural * problem here. */ cursor->ws = NULL; |