diff options
author | Bruce Momjian | 2008-04-16 18:18:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-04-16 18:18:00 +0000 |
commit | 1617ac0b59b53cbcab07e40f527464cefd0b5132 (patch) | |
tree | 4bde41b66477aa4f62f5f5f8eac9e089d4b89be8 | |
parent | 179e0468684e7bde75c39dd2b729ffb8cf544870 (diff) |
Fix comment typo.
Bryce Nesbitt
-rw-r--r-- | src/bin/psql/mbprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/mbprint.c b/src/bin/psql/mbprint.c index 25bf4064c4..c37746e20c 100644 --- a/src/bin/psql/mbprint.c +++ b/src/bin/psql/mbprint.c @@ -205,7 +205,7 @@ pg_wcswidth(const unsigned char *pwcs, size_t len, int encoding) * pg_wcssize takes the given string in the given encoding and returns three * values: * result_width: Width in display character of longest line in string - * result_hieght: Number of lines in display output + * result_height: Number of lines in display output * result_format_size: Number of bytes required to store formatted representation of string */ int |