Fix comment typo.
authorBruce Momjian <bruce@momjian.us>
Wed, 16 Apr 2008 18:18:00 +0000 (18:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 Apr 2008 18:18:00 +0000 (18:18 +0000)
Bryce Nesbitt

src/bin/psql/mbprint.c

index 25bf4064c43fa55d17f722f65c0a40162a03136c..c37746e20c2ae6640101052becaef649b4e22173 100644 (file)
@@ -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