diff options
author | Gabriel Le Breton <lebreton.gabriel@gmail.com> | 2020-12-06 20:11:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 20:11:40 -0500 |
commit | cd8b941f929a5a74b6336dc52fb4605ba2757a56 (patch) | |
tree | 5f3f5dd52c4dcaf1338d16f4925e14ddfde58713 /fr-fr/c++-fr.html.markdown | |
parent | ead8ac5306d01b9ba4693f593f585976e47ba787 (diff) |
Fix yet another french typo :)
Diffstat (limited to 'fr-fr/c++-fr.html.markdown')
-rw-r--r-- | fr-fr/c++-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/c++-fr.html.markdown b/fr-fr/c++-fr.html.markdown index 0b5bf6b0..c8603756 100644 --- a/fr-fr/c++-fr.html.markdown +++ b/fr-fr/c++-fr.html.markdown @@ -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 |