Skip to content

Commit

Permalink
2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saspg authored and gleu committed May 5, 2016
1 parent 8a93560 commit d96994e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/ref/pg_resetxlog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<refsect1 id="r1-app-pgresetxlog-1">
<title>Description</title>
<para>
<command>pg_resetxlog</command> efface les jouranux d'écritures anticipées
<command>pg_resetxlog</command> efface les journaux d'écritures anticipées
(<foreignphrase>Write-Ahead Log</foreignphrase> ou WAL) et réinitialise
optionnellement quelques autres informations de contrôle stockées dans le fichier
<filename>pg_control</filename>. Cette fonction est parfois nécessaire si ces
Expand All @@ -54,7 +54,7 @@
données inconsistantes du fait de transactions partiellement validées.
Il est alors opportun de sauvegarder les données, lancer
<command>initdb</command> et de les recharger. Après cela, les inconsistances
doivent être recharchées et le cas échéant corrigées.
doivent être recherchées et le cas échéant corrigées.
</para>

<para>
Expand Down

0 comments on commit d96994e

Please sign in to comment.