From ccbd622ed78034c24ac19c7cb1cf238f3f74c1ff Mon Sep 17 00:00:00 2001 From: HowJMay Date: Wed, 29 Jul 2020 16:59:19 +0800 Subject: [PATCH 1/2] Fix typo in comment Fix typo in program/pkey/ecdh_curve25519.c Signed-off-by: HowJMay --- ChangeLog.d/fix-typo.txt | 3 +++ programs/pkey/ecdh_curve25519.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ChangeLog.d/fix-typo.txt diff --git a/ChangeLog.d/fix-typo.txt b/ChangeLog.d/fix-typo.txt new file mode 100644 index 000000000..08a93343b --- /dev/null +++ b/ChangeLog.d/fix-typo.txt @@ -0,0 +1,3 @@ +Bugfix + * There is typo in the example code which locates in + program/pkey/ecdh_curve25519.c diff --git a/programs/pkey/ecdh_curve25519.c b/programs/pkey/ecdh_curve25519.c index e79dce09a..5febc68a8 100644 --- a/programs/pkey/ecdh_curve25519.c +++ b/programs/pkey/ecdh_curve25519.c @@ -88,7 +88,7 @@ int main( int argc, char *argv[] ) mbedtls_printf( " ok\n" ); /* - * Client: inialize context and generate keypair + * Client: initialize context and generate keypair */ mbedtls_printf( " . Setting up client context..." ); fflush( stdout ); From 0e9afb8bd16428137b6fa0e0a0ff192533321ddb Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 9 Sep 2020 12:05:25 +0100 Subject: [PATCH 2/2] Minor fixes to changelog Change section from "Bugfix" to "Changes". Minor grammar tidy-up. Signed-off-by: Dave Rodgman --- ChangeLog.d/fix-typo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/fix-typo.txt b/ChangeLog.d/fix-typo.txt index 08a93343b..8e961d280 100644 --- a/ChangeLog.d/fix-typo.txt +++ b/ChangeLog.d/fix-typo.txt @@ -1,3 +1,3 @@ -Bugfix - * There is typo in the example code which locates in +Changes + * Fixes a typo in the example code located in program/pkey/ecdh_curve25519.c