doc: Fix typo.
authorRobert Haas
Tue, 8 Apr 2014 15:47:29 +0000 (11:47 -0400)
committerRobert Haas
Tue, 8 Apr 2014 15:47:29 +0000 (11:47 -0400)
Ian Barwick

doc/src/sgml/func.sgml

index 33e093e2ab98faf544e2746b87270a5a3ca1a4aa..73764f2bedc29d44f9749e0fb1163d5bec48f745 100644 (file)
@@ -17494,7 +17494,7 @@ FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
    
 
    
-    pg_event_trigger_dropped_objects returns a list of all object
+    pg_event_trigger_dropped_objects returns a list of all objects
     dropped by the command in whose sql_drop event it is called.
     If called in any other context,
     pg_event_trigger_dropped_objects raises an error.