From d9b9385eb41369e4247fe9ccaf311c50ea61efba Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 17 Apr 2021 18:13:19 +0300 Subject: [PATCH] Typo fix --- BESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BESS.md b/BESS.md index b4d9624..e040d90 100644 --- a/BESS.md +++ b/BESS.md @@ -26,7 +26,7 @@ BESS uses a block format where each block contains the following header: | 0 | A four-letter ASCII identifier | | 4 | Length of the block, excluding header | -Every block is followed by another blocked, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure). +Every block is followed by another block, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure). #### NAME block