Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.preload.js

Issue 29322744: Noissue - Fix comment typos (Closed)
Patch Set: Created July 23, 2015, 11:12 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
===================================================================
--- a/include.preload.js
+++ b/include.preload.js
@@ -293,7 +293,7 @@
// have to create the shadow root before transistions might start (#452).
//
// Also, using shadow DOM causes issues on some Google websites,
- // including Goolgle Docs and Gmail (#1770, #2602).
+ // including Google Docs and Gmail (#1770, #2602).
if ("createShadowRoot" in document.documentElement && !/\.google\.com$/.test(document.domain))
{
shadow = document.documentElement.createShadowRoot();
@@ -327,7 +327,7 @@
// It can happen that the frame already navigated to a different
// document while we were waiting for the background page to respond.
- // In that case the sheet property will stay null, after addind the
+ // In that case the sheet property will stay null, after adding the
// <style> element to the shadow DOM.
if (style.sheet)
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld