Skip to content

Commit d45c5c5

Browse files
campersauamaitland
authored andcommitted
Add space in exception message (#2700)
also updated spelling to be consistent with new changes.
1 parent 18ef447 commit d45c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/ManagedCefBrowserAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void ManagedCefBrowserAdapter::CreateBrowser(IWindowInfo^ windowInfo, BrowserSet
3030

3131
if (browserSettings->IsDisposed)
3232
{
33-
throw gcnew ObjectDisposedException("browserSettings", "browser settings has already been Disposed." +
33+
throw gcnew ObjectDisposedException("browserSettings", "browser settings has already been disposed. " +
3434
"BrowserSettings created by CefSharp are automatically disposed, to control the lifecycle create and set your own instance.");
3535
}
3636

0 commit comments

Comments
 (0)