Index: extensions/test/data/sockets_tcp/api/background.js |
diff --git a/extensions/test/data/sockets_tcp/api/background.js b/extensions/test/data/sockets_tcp/api/background.js |
index f31f2ffa7faea57676307db68ee8339bc4db4a2b..a8ace43474b00f0a0f795843815ba2677b179ccc 100644 |
--- a/extensions/test/data/sockets_tcp/api/background.js |
+++ b/extensions/test/data/sockets_tcp/api/background.js |
@@ -30,7 +30,7 @@ var waitCount = 0; |
// onReceiveError. Both are functions. |
var receive_dispatcher = {} |
-// Many thanks to Dennis for his StackOverflow answer: http://goo.gl/UDanx |
+// Many thanks to Dennis for the StackOverflow answer: http://goo.gl/UDanx |
// Since amended to handle BlobBuilder deprecation. |
function string2ArrayBuffer(string, callback) { |
var blob = new Blob([string]); |