From 83f6edb44e38174dfcc5e9986c0f8b69393fcebd Mon Sep 17 00:00:00 2001 From: Wouter Overmeire Date: Fri, 18 Nov 2022 14:28:41 +0100 Subject: [PATCH] tcp: Fix documentation typo --- src/internet/doc/tcp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet/doc/tcp.rst b/src/internet/doc/tcp.rst index 5e27ef941..dbb6530c1 100644 --- a/src/internet/doc/tcp.rst +++ b/src/internet/doc/tcp.rst @@ -2158,7 +2158,7 @@ and then, hit "Run". .. note:: This code magically runs without any reported errors; however, in real cases, when you discover a bug you should expect the existing test to fail (this - could indicate a well-written test and a bad-writted model, or a bad-written + could indicate a well-written test and a bad-written model, or a bad-written test; hopefully the first situation). Correcting bugs is an iterative process. For instance, commits created to make this test case running without errors are 11633:6b74df04cf44, (others to be merged).