Fix yet another french typo :)

This commit is contained in:
Gabriel Le Breton 2020-12-06 20:11:40 -05:00 committed by GitHub
parent ead8ac5306
commit cd8b941f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -722,7 +722,7 @@ catch (...)
// gestion d'un fichier C :
void faireQuelqueChoseAvecUnFichier(const char* nomDuFichier)
{
// Pour commencer, supposns que rien ne peut échouer.
// Pour commencer, supposons que rien ne peut échouer.
FILE* fh = fopen(nomDuFichier, "r"); // Ouvre le fichier en lecture