Fix typo in comment

Fix typo in program/pkey/ecdh_curve25519.c

Signed-off-by: HowJMay <vulxj0j8j8@gmail.com>
This commit is contained in:
HowJMay 2020-07-29 16:59:19 +08:00
parent 6d9c8d7b2d
commit ccbd622ed7
2 changed files with 4 additions and 1 deletions

3
ChangeLog.d/fix-typo.txt Normal file
View file

@ -0,0 +1,3 @@
Bugfix
* There is typo in the example code which locates in
program/pkey/ecdh_curve25519.c

View file

@ -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 );