No bug - Fixing typo in comment in nsPIDOMWindow.h. r=me DONTBUILD

This commit is contained in:
Justin Lebar 2012-08-05 23:37:41 -04:00
parent 175e0eebf9
commit b668f7a0d4

View File

@ -617,8 +617,8 @@ public:
virtual bool IsPartOfApp() = 0;
/**
* Returns true of this window is part of an we app, and this window has
* the same origin (principal) as the web app.
* Returns true if this window is part of a web app and has the same origin
* (principal) as the app.
*/
virtual bool IsInAppOrigin() = 0;