| Index: chrome/browser/chrome_browser_main.cc
 | 
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
 | 
| index 5114e39d073118efdd0d1328a11e9148b6aab181..222b37575de53b2b3da940e5216d04b76219d95e 100644
 | 
| --- a/chrome/browser/chrome_browser_main.cc
 | 
| +++ b/chrome/browser/chrome_browser_main.cc
 | 
| @@ -1353,7 +1353,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
 | 
|      // Setup.exe has determined that we need to run a retention experiment
 | 
|      // and has lauched chrome to show the experiment UI. It is guaranteed that
 | 
|      // no other Chrome is currently running as the process singleton was
 | 
| -    // sucessfully grabbed above.
 | 
| +    // successfully grabbed above.
 | 
|      int try_chrome_int;
 | 
|      base::StringToInt(try_chrome, &try_chrome_int);
 | 
|      TryChromeDialogView::Result answer = TryChromeDialogView::Show(
 | 
| 
 |