mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix typo.
This commit is contained in:
@@ -239,7 +239,7 @@ namespace loot {
|
||||
CefRefPtr< CefFrame > frame,
|
||||
CefRefPtr< CefRequest > request,
|
||||
bool is_redirect) {
|
||||
BOOST_LOG_TRIVIAL(trace) << "Attemping to open link: " << request->GetURL().ToString();
|
||||
BOOST_LOG_TRIVIAL(trace) << "Attempting to open link: " << request->GetURL().ToString();
|
||||
BOOST_LOG_TRIVIAL(trace) << "Comparing with URL: " << ToFileURL(g_path_report);
|
||||
|
||||
if (boost::iequals(request->GetURL().ToString(), ToFileURL(g_path_report))) {
|
||||
|
||||
Reference in New Issue
Block a user