@@ -145,7 +145,7 @@ namespace CefSharp
145
145
// / <summary>
146
146
// / Initializes CefSharp with user-provided settings.
147
147
// / It's important to note that Initialize and Shutdown <strong>MUST</strong> be called on your main
148
- // / applicaiton thread (Typically the UI thead ). If you call them on different
148
+ // / application thread (typically the UI thread ). If you call them on different
149
149
// / threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
150
150
// / </summary>
151
151
// / <param name="cefSettings">CefSharp configuration settings.</param>
@@ -160,7 +160,7 @@ namespace CefSharp
160
160
// / <summary>
161
161
// / Initializes CefSharp with user-provided settings.
162
162
// / It's important to note that Initialize/Shutdown <strong>MUST</strong> be called on your main
163
- // / applicaiton thread (Typically the UI thead ). If you call them on different
163
+ // / application thread (typically the UI thread ). If you call them on different
164
164
// / threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
165
165
// / </summary>
166
166
// / <param name="cefSettings">CefSharp configuration settings.</param>
@@ -177,7 +177,7 @@ namespace CefSharp
177
177
// / <summary>
178
178
// / Initializes CefSharp with user-provided settings.
179
179
// / It's important to note that Initialize/Shutdown <strong>MUST</strong> be called on your main
180
- // / applicaiton thread (Typically the UI thead ). If you call them on different
180
+ // / application thread (typically the UI thread ). If you call them on different
181
181
// / threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
182
182
// / </summary>
183
183
// / <param name="cefSettings">CefSharp configuration settings.</param>
0 commit comments