Index: chrome/common/extensions/api/webrtc_cast_udp_transport.idl |
diff --git a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl b/chrome/common/extensions/api/webrtc_cast_udp_transport.idl |
index 0370a38c8338b04e088eb71f3ec7b29ae62778ce..a3f1376491c21167e4d88e9aa286d1234a91bd38 100644 |
--- a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl |
+++ b/chrome/common/extensions/api/webrtc_cast_udp_transport.idl |
@@ -17,7 +17,7 @@ namespace webrtc.castUdpTransport { |
// Result of <code>create</code> call. |
dictionary CreateInfo { |
// The ID of the newly created UDP transport. |
- long tranportId; |
+ long transportId; |
// The transport params. |
UdpParams params; |