Comment Typo
Started by Amit Langoteover 9 years ago2 messages
Attached fixes a typo in header comment in libpq-be.h.
s/libpq_be.h/libpq-be.h/g
Thanks,
Amit
Attachments:
comment-typo.patchtext/x-diff; name=comment-typo.patchDownload
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index ecdfbc6..b91eca5 100644
--- a/src/include/libpq/libpq-be.h
+++ b/src/include/libpq/libpq-be.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * libpq_be.h
+ * libpq-be.h
* This file contains definitions for structures and externs used
* by the postmaster during client authentication.
*
Re: Comment Typo
On Tue, Sep 6, 2016 at 10:52:22AM +0900, Amit Langote wrote:
Attached fixes a typo in header comment in libpq-be.h.
s/libpq_be.h/libpq-be.h/g
Applied.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers