Index: chrome/browser/download/download_manager.h |
diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h |
index 28fa82eff23ba153f305b647f0c5e475fad49d05..ce7d76ce7f1859045c8ba4715aee4df5745b8cc4 100644 |
--- a/chrome/browser/download/download_manager.h |
+++ b/chrome/browser/download/download_manager.h |
@@ -238,7 +238,7 @@ class DownloadManager : public base::RefCountedThreadSafe<DownloadManager>, |
// Deletes the specified path on the file thread. |
void DeleteDownload(const FilePath& path); |
- // Called when the user has validated the donwload of a dangerous file. |
+ // Called when the user has validated the download of a dangerous file. |
void DangerousDownloadValidated(DownloadItem* download); |
// Used to make sure we have a safe file extension and filename for a |