Fix typo in comment

This commit is contained in:
Samuel Attard 2017-07-31 11:00:00 +10:00
parent 32327b77a5
commit bd99bcbf64

View file

@ -123,7 +123,7 @@ bool AtomBrowserClient::ShouldCreateNewSiteInstance(
// //
// NOTE: We know that nativeWindowOpen is enabled at this point // NOTE: We know that nativeWindowOpen is enabled at this point
// because we check if it is NOT enabled above this point. We // 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. // nativeWindowOpen is enabled.
return false; return false;
} }