aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-07-27 07:46:02 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-07-27 07:46:02 +0200
commit28cb0555c1153a0dcdf1c908d7265acafa413b57 (patch)
tree80a60a68576a64ec6487c44089b050a3a9d7830a /src
parent0994cfc0ac853de4245f003698160fe1b8c577bd (diff)
downloadpostgresql-28cb0555c1153a0dcdf1c908d7265acafa413b57.tar.gz
postgresql-28cb0555c1153a0dcdf1c908d7265acafa413b57.zip
Fix typo in pg_upgrade file header
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c
index b62cbbba438..ff1bcaa1a1c 100644
--- a/src/bin/pg_upgrade/option.c
+++ b/src/bin/pg_upgrade/option.c
@@ -1,5 +1,5 @@
/*
- * opt.c
+ * option.c
*
* options functions
*