Fix typo in backup docs. Patch from Euler Taveira de Oliveira.
authorNeil Conway
Mon, 30 Oct 2006 00:08:02 +0000 (00:08 +0000)
committerNeil Conway
Mon, 30 Oct 2006 00:08:02 +0000 (00:08 +0000)
doc/src/sgml/backup.sgml

index fdfcfb7fef4135ea40288df15792442251cba0aa..250a0744b357aa5ca50c7942cd8b5868b07d86a3 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Backup and Restore
@@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"'  # Windows
 
    
     Sample code for the C version of the restore_command
-    would be be:
+    would be:
 
 triggered = false;
 while (!NextWALFileReady() && !triggered)