summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-06-16 14:44:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-16 19:11:14 +0000
commit0f4e555b24aa5441c078e58807c60796547a20cd (patch)
treeacb3b1c75cec38b508094b6ee16b1ff5cf3ee84d
parent56adea3db5783cab60ef490bbace102749802cc1 (diff)
downloadmongo-0f4e555b24aa5441c078e58807c60796547a20cd.tar.gz
SERVER-57439 fix typo
-rw-r--r--buildscripts/resmokelib/testing/testcases/cpp_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/testcases/cpp_unittest.py b/buildscripts/resmokelib/testing/testcases/cpp_unittest.py
index 9162bce16c9..d37097e5e7e 100644
--- a/buildscripts/resmokelib/testing/testcases/cpp_unittest.py
+++ b/buildscripts/resmokelib/testing/testcases/cpp_unittest.py
@@ -35,7 +35,7 @@ class CPPUnitTestCase(interface.ProcessTestCase):
"*** Failed test run was recorded. ***\n"
"For instructions on using the recording instead of core dumps, see\n"
"https://wiki.corp.mongodb.com/display/COREENG/Time+Travel+Debugging+in+MongoDB\n"
- "For questions or bug reports, please reach our in #server-testing")
+ "For questions or bug reports, please reach out in #server-testing")
# Archive any available recordings if there's any failure. It's possible a problem
# with the recorder will cause no recordings to be generated.