diff options
| author | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
| commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
| tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/include/mb | |
| parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff) | |
| download | postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.tar.gz | |
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/include/mb')
| -rw-r--r-- | src/include/mb/pg_wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 254cf678d6..f7222fc177 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -88,7 +88,7 @@ typedef unsigned int pg_wchar; * interoperable anyway). * * Note that XEmacs's implementation is different from what emacs does. - * We follow emacs's implementaion, rathter than XEmacs's. + * We follow emacs's implementation, rather than XEmacs's. *---------------------------------------------------- */ |
