From 2832de21f98204483cf1f67286adcd4f26efe1e3 Mon Sep 17 00:00:00 2001 From: Kamran Khan Date: Tue, 15 Dec 2015 21:26:20 -0500 Subject: [PATCH] Fix a typo in the journalLatencyTest command name --- source/includes/ref-toc-command-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/ref-toc-command-testing.yaml b/source/includes/ref-toc-command-testing.yaml index e9cf51ceaf6..8c078a23aaa 100644 --- a/source/includes/ref-toc-command-testing.yaml +++ b/source/includes/ref-toc-command-testing.yaml @@ -22,7 +22,7 @@ name: ":dbcommand:`_hashBSONElement`" file: /reference/command/hashBSONElement description: "Internal command. Computes the MD5 hash of a BSON element." --- -name: ":dbcommand:`_journalLatencyTest`" +name: ":dbcommand:`journalLatencyTest`" file: /reference/command/journalLatencyTest description: "Tests the time required to write and perform a file system sync for a file in the journal directory." ---