ChangeLog entry is fixed in a different PR

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt
index 4a684bd..9abde2b 100644
--- a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt
+++ b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt
@@ -1,5 +1,5 @@
 Bugfix
-    * Fix a bug whereby the list of signature algorithms sent as part of the
+    * Fix a bug whereby the the list of signature algorithms sent as part of the
       TLS 1.2 server certificate request would get corrupted, meaning the first
       algorithm would not get sent and an entry consisting of two random bytes
       would be sent instead. Found by Serban Bejan and Dudek Sebastian.