diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-20 19:44:46 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-20 19:45:43 +0300 |
commit | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch) | |
tree | b6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/bin/psql/print.c | |
parent | 4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff) | |
download | postgresql-fa60fb63e511e7bbcf57ce972338711593a5e7c9.tar.gz postgresql-fa60fb63e511e7bbcf57ce972338711593a5e7c9.zip |
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/bin/psql/print.c')
-rw-r--r-- | src/bin/psql/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index e97b5635c07..94c69845c79 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -749,7 +749,7 @@ print_aligned_text(const printTableContent *cont, FILE *fout) { /* * Optional optimized word wrap. Shrink columns with a high max/avg - * ratio. Slighly bias against wider columns. (Increases chance a + * ratio. Slightly bias against wider columns. (Increases chance a * narrow column will fit in its cell.) If available columns is * positive... and greater than the width of the unshrinkable column * headers |