| Index: chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
|
| diff --git a/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc b/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
|
| index 49e9bad44ddb560a40f0cdbc95d98b320cd82541..3d2e03edf3c4a424a84d22cd7948077719627473 100644
|
| --- a/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
|
| +++ b/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
|
| @@ -113,7 +113,7 @@ class CHROMEOS_EXPORT BluetoothMediaEndpointServiceProviderImpl
|
| // Called by dbus:: when the remote device connects to the Media Endpoint.
|
| void SetConfiguration(dbus::MethodCall* method_call,
|
| dbus::ExportedObject::ResponseSender response_sender) {
|
| - VLOG(1) << "SetConfiuration";
|
| + VLOG(1) << "SetConfiguration";
|
|
|
| DCHECK(OnOriginThread());
|
| DCHECK(delegate_);
|
|
|