From da6f2864c2cbfd6fabfd5ef97ad675e6d286ee04 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 17 Jan 2017 12:46:49 -0500 Subject: [PATCH] cefclient: Fix typo in TempWindow comments --- tests/cefclient/browser/temp_window_mac.h | 2 +- tests/cefclient/browser/temp_window_win.h | 2 +- tests/cefclient/browser/temp_window_x11.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cefclient/browser/temp_window_mac.h b/tests/cefclient/browser/temp_window_mac.h index 9c1301b4c..a4b968a46 100644 --- a/tests/cefclient/browser/temp_window_mac.h +++ b/tests/cefclient/browser/temp_window_mac.h @@ -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: diff --git a/tests/cefclient/browser/temp_window_win.h b/tests/cefclient/browser/temp_window_win.h index 9f571ac98..6498a4552 100644 --- a/tests/cefclient/browser/temp_window_win.h +++ b/tests/cefclient/browser/temp_window_win.h @@ -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: diff --git a/tests/cefclient/browser/temp_window_x11.h b/tests/cefclient/browser/temp_window_x11.h index a48ce9cc5..4d986981c 100644 --- a/tests/cefclient/browser/temp_window_x11.h +++ b/tests/cefclient/browser/temp_window_x11.h @@ -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: