summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-11-29 14:56:26 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-11-29 14:56:26 +0100
commit03749325d16c4215ecd6d6a6fe117d93931d84aa (patch)
treeed675f5367951b4ab2e7dc4ff03ed8441387f230
parenta5cf808be55bcc68c3917c380f95122436af1be1 (diff)
Fix typo in comment
Spotted while looking over changes for another patch.
-rw-r--r--src/bin/pg_dump/pg_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 64e2d754d12..57c6836b880 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -14937,7 +14937,7 @@ dumpDefaultACL(Archive *fout, const DefaultACLInfo *daclinfo)
* (Currently we assume that subname is only provided for table columns.)
* 'nspname' is the namespace the object is in (NULL if none).
* 'owner' is the owner, NULL if there is no owner (for languages).
- * 'dacl' is the DumpableAcl struct fpr the object.
+ * 'dacl' is the DumpableAcl struct for the object.
*
* Returns the dump ID assigned to the ACL TocEntry, or InvalidDumpId if
* no ACL entry was created.