mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 03:06:16 +02:00
Fix yet another french typo :)
This commit is contained in:
committed by
GitHub
parent
ead8ac5306
commit
cd8b941f92
@@ -722,7 +722,7 @@ catch (...)
|
|||||||
// gestion d'un fichier C :
|
// gestion d'un fichier C :
|
||||||
void faireQuelqueChoseAvecUnFichier(const char* nomDuFichier)
|
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
|
FILE* fh = fopen(nomDuFichier, "r"); // Ouvre le fichier en lecture
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user