Skip to content

Commit fc4959e

Browse files
typo
1 parent 1076931 commit fc4959e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Common/TestUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static async Task<TResult> TimeoutAfter<TResult>(this Task<TResult> task,
183183
/// Creates a DataReceievedEventHandler that will wait for the specified regex and then check that
184184
/// the matched group matches the expected value.
185185
/// </summary>
186-
/// <param name="taskCompletionSource">The task completion source to signal when the value is receieved</param>
186+
/// <param name="taskCompletionSource">The task completion source to signal when the value is received</param>
187187
/// <param name="regex">The regex. This must have a single group match for the specific value being looked for</param>
188188
/// <param name="valueName">The name of the value to output if the match fails</param>
189189
/// <param name="expectedValue">The value expected to be equal to the matched group from the regex</param>

0 commit comments

Comments
 (0)