[libc][Obvious] Fix typo is wrappergen unittest.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 17 Dec 2020 17:12:51 +0000 (09:12 -0800)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 17 Dec 2020 17:13:23 +0000 (09:13 -0800)
libc/test/utils/tools/WrapperGen/wrappergen_test.cpp

index 923b318..c4f64a0 100644 (file)
@@ -238,7 +238,7 @@ TEST_F(WrapperGenTest, RunWrapperGenOnStrlenWithMangledNameAndMangledNameFile) {
 
   ASSERT_EQ(STDErrOutput,
             "error: The options 'mangled-name' and 'mangled-name-file' "
-            "cannot be specified simultaniously.\n");
+            "cannot be specified simultaneously.\n");
 
   auto STDOutOrError = llvm::MemoryBuffer::getFile(STDOutFile.get().TmpName);
   std::string STDOutOutput = STDOutOrError.get()->getBuffer().str();