From: Bruce Momjian Date: Wed, 16 Apr 2008 18:18:00 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: recoveryinfrav9~1202 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=1617ac0b59b53cbcab07e40f527464cefd0b5132;p=users%2Fsimon%2Fpostgres.git Fix comment typo. Bryce Nesbitt --- 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