Merge pull request #3525 from HowJMay/typo

Fix typo in comment
This commit is contained in:
Dave Rodgman 2020-09-10 12:39:25 +01:00 committed by GitHub
commit e5874e1903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

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

@ -0,0 +1,3 @@
Changes
* Fixes a typo in the example code located in
program/pkey/ecdh_curve25519.c

View File

@ -86,7 +86,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 );