| Index: content/browser/download/mhtml_generation_browsertest.cc
|
| diff --git a/content/browser/download/mhtml_generation_browsertest.cc b/content/browser/download/mhtml_generation_browsertest.cc
|
| index 6ade20f9c7004c712f603c0a42c65d5c85694195..f2ebfd87a9d275c58a6087062291758e37865a28 100644
|
| --- a/content/browser/download/mhtml_generation_browsertest.cc
|
| +++ b/content/browser/download/mhtml_generation_browsertest.cc
|
| @@ -67,7 +67,7 @@ class MHTMLGenerationTest : public ContentBrowserTest {
|
|
|
| // Tests that generating a MHTML does create contents.
|
| // Note that the actual content of the file is not tested, the purpose of this
|
| -// test is to ensure we were successfull in creating the MHTML data from the
|
| +// test is to ensure we were successful in creating the MHTML data from the
|
| // renderer.
|
| IN_PROC_BROWSER_TEST_F(MHTMLGenerationTest, GenerateMHTML) {
|
| base::FilePath path(temp_dir_.path());
|
|
|