Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0374932

Browse files
Fix typo in comment
Spotted while looking over changes for another patch.
1 parent a5cf808 commit 0374932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14937,7 +14937,7 @@ dumpDefaultACL(Archive *fout, const DefaultACLInfo *daclinfo)
1493714937
* (Currently we assume that subname is only provided for table columns.)
1493814938
* 'nspname' is the namespace the object is in (NULL if none).
1493914939
* 'owner' is the owner, NULL if there is no owner (for languages).
14940-
* 'dacl' is the DumpableAcl struct fpr the object.
14940+
* 'dacl' is the DumpableAcl struct for the object.
1494114941
*
1494214942
* Returns the dump ID assigned to the ACL TocEntry, or InvalidDumpId if
1494314943
* no ACL entry was created.

0 commit comments

Comments
 (0)