Index: chrome/common/extensions/api/bluetooth_socket.idl |
diff --git a/chrome/common/extensions/api/bluetooth_socket.idl b/chrome/common/extensions/api/bluetooth_socket.idl |
index cb95c02adc8c7763e0eca437131d4816bde29b8e..b84d3c6da7b0efe76265a957d9a05faf3a89d253 100644 |
--- a/chrome/common/extensions/api/bluetooth_socket.idl |
+++ b/chrome/common/extensions/api/bluetooth_socket.idl |
@@ -243,7 +243,7 @@ namespace bluetoothSocket { |
// Connects the socket to a remote Bluetooth device. When the |
// <code>connect</code> operation completes successfully, |
// <code>onReceive</code> events are raised when data is received from the |
- // peer. If a network error occur while the runtime is receiving packets, |
+ // peer. If a network error occurs while the runtime is receiving packets, |
// a <code>onReceiveError</code> event is raised, at which point no more |
// <code>onReceive</code> event will be raised for this socket until the |
// <code>setPaused(false)</code> method is called. |