cefclient: Fix typo in TempWindow comments

This commit is contained in:
Marshall Greenblatt 2017-01-17 12:46:49 -05:00
parent 5f4190ff75
commit da6f2864c2
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
namespace client {
// Represents a singleton hidden window that acts at temporary parent for
// Represents a singleton hidden window that acts as a temporary parent for
// popup browsers.
class TempWindowMac {
public:

View File

@ -10,7 +10,7 @@
namespace client {
// Represents a singleton hidden window that acts at temporary parent for
// Represents a singleton hidden window that acts as a temporary parent for
// popup browsers.
class TempWindowWin {
public:

View File

@ -10,7 +10,7 @@
namespace client {
// Represents a singleton hidden window that acts at temporary parent for
// Represents a singleton hidden window that acts as a temporary parent for
// popup browsers.
class TempWindowX11 {
public: