diff options
| author | Noah Misch | 2014-06-11 23:50:29 +0000 |
|---|---|---|
| committer | Noah Misch | 2014-06-11 23:50:29 +0000 |
| commit | d098b236f301d8e805f3c4d7fe940230c65d7a88 (patch) | |
| tree | 79dccfbad1347395109c98da2de7988d07d12940 /src/bin | |
| parent | a26ae56f5173f1f8990ccf134730b964506f29ba (diff) | |
Fix typos in comments.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index e52591606f5..67a93a305dd 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -11332,7 +11332,7 @@ dumpCollation(Archive *fout, CollInfo *collinfo) /* Make sure we are in proper schema */ selectSourceSchema(fout, collinfo->dobj.namespace->dobj.name); - /* Get conversion-specific details */ + /* Get collation-specific details */ appendPQExpBuffer(query, "SELECT " "collcollate, " "collctype " |
