diff options
author | Magnus Hagander | 2011-11-04 14:57:43 +0000 |
---|---|---|
committer | Magnus Hagander | 2011-11-04 14:57:43 +0000 |
commit | 6187df15320fbd958389358f5d4086b694c892ec (patch) | |
tree | 6a62a75d7747885459deaa4f8984bda73f5bdbf0 | |
parent | b76c61f1e862f5e8e41ffc7154e83688742aab0e (diff) |
Add missing space in comment
-rw-r--r-- | src/bin/psql/describe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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,"); |