Index: components/safe_browsing_db/v4_local_database_manager.h |
diff --git a/components/safe_browsing_db/v4_local_database_manager.h b/components/safe_browsing_db/v4_local_database_manager.h |
index dc047fb799b2758a925f0414c74daace879e9d77..a4abf3e87f9562ea46af8fd2c6dedf1f285af583 100644 |
--- a/components/safe_browsing_db/v4_local_database_manager.h |
+++ b/components/safe_browsing_db/v4_local_database_manager.h |
@@ -129,7 +129,7 @@ class V4LocalDatabaseManager : public SafeBrowsingDatabaseManager { |
void SetupDatabase(); |
// Called when the |v4_get_hash_protocol_manager_| has the full hash response |
- // avaialble for the URL that we requested. It determines the severest |
+ // available for the URL that we requested. It determines the severest |
// threat type and responds to the |client| with that information. |
void OnFullHashResponse(std::unique_ptr<PendingCheck> pending_check, |
const std::vector<FullHashInfo>& full_hash_infos); |