From 04a2679c01e536145b67859416b383027bfff260 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 15 Jun 2015 10:58:25 +0100 Subject: [PATCH] Fix typo. --- src/gui/loot_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/loot_handler.cpp b/src/gui/loot_handler.cpp index aa944cec..83fd0df2 100644 --- a/src/gui/loot_handler.cpp +++ b/src/gui/loot_handler.cpp @@ -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))) {