From 5725b1c17aa601488ca7e9e2463bff69cd798fe0 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 13 Jan 2015 17:21:31 -0800 Subject: [PATCH] Fixed a typo --- src/node/test/math_client_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/test/math_client_test.js b/src/node/test/math_client_test.js index 591e865deac..5b34a228ad3 100644 --- a/src/node/test/math_client_test.js +++ b/src/node/test/math_client_test.js @@ -76,7 +76,7 @@ function serializeCls(Cls) { * four specified methods. This specifies how to serialize messages that the * client sends and deserialize messages that the server sends, and whether the * client or the server will send a stream of messages, for each method. This - * also specifies a prefix tha twill be added to method names when sending them + * also specifies a prefix that will be added to method names when sending them * on the wire. This function call and all of the preceding code in this file * are intended to approximate what the generated code will look like for the * math client */