mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Fix typo in TempWindow comments
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user