fix(chrome_browser_proxy_resolver): fix spelling errors

BUG=None
TEST=None

change dbug to dbus

Change-Id: I50c71c85dc48c3ef6defc8092003ab202c4783f3
Reviewed-on: https://gerrit.chromium.org/gerrit/46552
Reviewed-by: Don Garrett <dgarrett@chromium.org>
Reviewed-by: Brandon Philips <brandon@ifup.co>
Tested-by: Brandon Philips <brandon@ifup.co>
Commit-Queue: Brandon Philips <brandon@ifup.co>
diff --git a/chrome_browser_proxy_resolver.cc b/chrome_browser_proxy_resolver.cc
index 7e00051..3c1fe23 100644
--- a/chrome_browser_proxy_resolver.cc
+++ b/chrome_browser_proxy_resolver.cc
@@ -165,7 +165,7 @@
       dbus_got_error = false;
 
       if (dbus_success) {
-        LOG(INFO) << "dbug_g_proxy_call succeeded!";
+        LOG(INFO) << "dbus_g_proxy_call succeeded!";
       } else {
         if (error) {
           // Register the fact that we did receive an error, as it is nullified
@@ -175,14 +175,14 @@
                        << utils::GetAndFreeGError(&error)
                        << " Continuing with no proxy.";
         } else {
-          LOG(WARNING) << "dbug_g_proxy_call failed with no error string, "
+          LOG(WARNING) << "dbus_g_proxy_call failed with no error string, "
                           "continuing with no proxy.";
         }
         timeout = 0;
       }
     } while (!(dbus_success || dbus_got_error || dbus_reinit));
   } else {
-    LOG(WARNING) << "dbug proxy object missing, continuing with no proxy.";
+    LOG(WARNING) << "dbus proxy object missing, continuing with no proxy.";
     timeout = 0;
   }