Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: chrome/installer/util/scoped_user_protocol_entry.h

Issue 2916723002: [spelling] existance to existence (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/scoped_user_protocol_entry.h
diff --git a/chrome/installer/util/scoped_user_protocol_entry.h b/chrome/installer/util/scoped_user_protocol_entry.h
index eee58d2b9e5bd844630dfe0a681f05c064d632a5..85ad2d9c99a643702852e012c3b3b9bd348d36d8 100644
--- a/chrome/installer/util/scoped_user_protocol_entry.h
+++ b/chrome/installer/util/scoped_user_protocol_entry.h
@@ -15,7 +15,7 @@ class RegistryEntry;
// Windows 8 shows the "No apps are installed to open this type of link"
// dialog when choosing a default handler for a |protocol| under certain
// circumstances. Under these circumstances, it appears that ensuring the
-// existance of the HKCU\Software\Classes\<protocol> key with an empty "URL
+// existence of the HKCU\Software\Classes\<protocol> key with an empty "URL
// Protocol" value is sufficient to make the dialog contain the usual list of
// registered browsers. This class creates this key and value in its constructor
// if needed, and cleans them up in its destructor if no other values or subkeys

Powered by Google App Engine
This is Rietveld 408576698