From 28cb0555c1153a0dcdf1c908d7265acafa413b57 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 27 Jul 2019 07:46:02 +0200 Subject: [PATCH] Fix typo in pg_upgrade file header Author: Daniel Gustafsson --- src/bin/pg_upgrade/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index b62cbbba43..ff1bcaa1a1 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 *