Fix documentation typo

This commit is contained in:
Marshall Greenblatt
2020-09-08 12:18:35 -04:00
parent 59a779c38a
commit 19391d8ab0
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ class CefThread : public CefBaseRefCounted {
// to identify the thread. |priority| is the thread execution priority.
// |message_loop_type| indicates the set of asynchronous events that the
// thread can process. If |stoppable| is true the thread will stopped and
// joined on destruction or when Stop() is called; otherwise, the the thread
// joined on destruction or when Stop() is called; otherwise, the thread
// cannot be stopped and will be leaked on shutdown. On Windows the
// |com_init_mode| value specifies how COM will be initialized for the thread.
// If |com_init_mode| is set to COM_INIT_MODE_STA then |message_loop_type|