diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:16 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:52 +0100 |
commit | fbec7459aa39da864ad1d578f044a21c3b3b057c (patch) | |
tree | 79d55688053fef8d9d63099f06f8eca154b5142e /src/interfaces/ecpg/preproc/parse.pl | |
parent | 8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff) |
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/interfaces/ecpg/preproc/parse.pl')
-rw-r--r-- | src/interfaces/ecpg/preproc/parse.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index ad87aad2835..e1c0a2ccb7b 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # src/interfaces/ecpg/preproc/parse.pl -# parser generater for ecpg version 2 +# parser generator for ecpg version 2 # call with backend parser as stdin # # Copyright (c) 2007-2018, PostgreSQL Global Development Group |