1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

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

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