]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 15 Oct 2005 01:15:33 +0000 (01:15 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 15 Oct 2005 01:15:33 +0000 (01:15 +0000)
doc/src/sgml/backup.sgml

index 4dbeae9fd66851d6f23a125f2982c8ed183adfc9..f4dc252780ba9d0ba84943fd830d63f486d7d74e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.70 2005/10/13 17:32:42 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.71 2005/10/15 01:15:33 alvherre Exp $
 -->
 <chapter id="backup">
  <title>Backup and Restore</title>
@@ -722,7 +722,7 @@ SELECT pg_stop_backup();
     segments with names numerically less are no longer needed to recover
     the file system backup and may be deleted. However, you should
     consider keeping several backup sets to be absolutely certain that
-    you are can recover your data. Keep in mind that only completed WAL
+    you can recover your data. Keep in mind that only completed WAL
     segment files are archived, so there will be delay between running
     <function>pg_stop_backup</> and the archiving of all WAL segment
     files needed to make the file system backup consistent.