1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Normalize spelling to serialiZation

We have explicit recommendations to use US spelling for technical writing, so
let's apply this to code as well for uniformity. (My fingers tend to prefer UK
spelling, so this needs to be fixed in many places.)

sed -i 's/\([Ss]eriali\)s/\1z/g' **/*.[ch] **/*.function **/*.data ChangeLog
This commit is contained in:
Manuel Pégourié-Gonnard
2019-06-03 09:55:16 +02:00
committed by Jarno Lamsa
parent df9bc2193b
commit 686adb4d54
6 changed files with 73 additions and 73 deletions

View File

@ -9959,7 +9959,7 @@ int mbedtls_ssl_session_save( const mbedtls_ssl_session *session,
}
/*
* Unserialise session, see mbedtls_ssl_session_save().
* Unserialize session, see mbedtls_ssl_session_save().
*
* This internal version is wrapped by a public function that cleans up in
* case of error.
@ -10095,7 +10095,7 @@ static int ssl_session_load( mbedtls_ssl_session *session,
}
/*
* Unserialise session: public wrapper for error cleaning
* Unserialize session: public wrapper for error cleaning
*/
int mbedtls_ssl_session_load( mbedtls_ssl_session *session,
const unsigned char *buf,