summaryrefslogtreecommitdiff
path: root/db/dur.cpp
diff options
context:
space:
mode:
authordwight <dwight@dwights-MacBook-Pro.local>2011-01-26 17:25:08 -0800
committerdwight <dwight@dwights-MacBook-Pro.local>2011-01-26 17:25:08 -0800
commitc3de5e8a1aabb7d732566907e4887f322b3a9ac8 (patch)
tree73243f62a4e9de882428e9901b83aa7c456091ed /db/dur.cpp
parenta6be478c8dfec850ea2873f23f8b5358fab102c9 (diff)
downloadmongo-c3de5e8a1aabb7d732566907e4887f322b3a9ac8.tar.gz
mispelling
Diffstat (limited to 'db/dur.cpp')
-rw-r--r--db/dur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dur.cpp b/db/dur.cpp
index 46f8fb2a1dc..484837ea9d9 100644
--- a/db/dur.cpp
+++ b/db/dur.cpp
@@ -171,7 +171,7 @@ namespace mongo {
}
/** Declare that a file has been created
- Normally writes are applied only after journalling, for safety. But here the file
+ Normally writes are applied only after journaling, for safety. But here the file
is created first, and the journal will just replay the creation if the create didn't
happen because of crashing.
*/