From bd99bcbf64cc72ce82757ef19920dddd68ab6365 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 31 Jul 2017 11:00:00 +1000 Subject: [PATCH] Fix typo in comment --- atom/browser/atom_browser_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/atom_browser_client.cc b/atom/browser/atom_browser_client.cc index 2213908af204..3401ef58187e 100644 --- a/atom/browser/atom_browser_client.cc +++ b/atom/browser/atom_browser_client.cc @@ -123,7 +123,7 @@ bool AtomBrowserClient::ShouldCreateNewSiteInstance( // // NOTE: We know that nativeWindowOpen is enabled at this point // because we check if it is NOT enabled above this point. We - // will only reach this return if sanbox is disabled but + // will only reach this return if sandbox is disabled but // nativeWindowOpen is enabled. return false; }