From: Magnus Hagander Date: Fri, 4 Nov 2011 14:57:43 +0000 (+0100) Subject: Add missing space in comment X-Git-Tag: REL9_2_BETA1~872 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6187df15320fbd958389358f5d4086b694c892ec;p=postgresql Add missing space in comment --- diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index d5466f8504..43c9ce4297 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -1253,7 +1253,7 @@ describeOneTableDetails(const char *schemaname, /* * Get column info * - * You need to modify value of "firstvcol" which willbe defined below if + * You need to modify value of "firstvcol" which will be defined below if * you are adding column(s) preceding to verbose-only columns. */ printfPQExpBuffer(&buf, "SELECT a.attname,");