diff options
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/execute.c | 2 | ||||
-rw-r--r-- | src/interfaces/ecpg/preproc/parse.pl | 2 | ||||
-rw-r--r-- | src/interfaces/ecpg/preproc/type.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index 61811087108..a3ae92eb35b 100644 --- a/src/interfaces/ecpg/ecpglib/execute.c +++ b/src/interfaces/ecpg/ecpglib/execute.c @@ -1,7 +1,7 @@ /* src/interfaces/ecpg/ecpglib/execute.c */ /* - * The aim is to get a simpler inteface to the database routines. + * The aim is to get a simpler interface to the database routines. * All the tidieous messing around with tuples is supposed to be hidden * by this function. */ diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index da07eeb8359..e21859198d2 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -632,7 +632,7 @@ sub preload_addons my $filename = $path . "/ecpg.addons"; open(my $fh, '<', $filename) or die; - # there may be multple lines starting ECPG: and then multiple lines of code. + # there may be multiple lines starting ECPG: and then multiple lines of code. # the code need to be add to all prior ECPG records. my (@needsRules, @code, $record); diff --git a/src/interfaces/ecpg/preproc/type.c b/src/interfaces/ecpg/preproc/type.c index 6c2645965ee..0b84b8d3c47 100644 --- a/src/interfaces/ecpg/preproc/type.c +++ b/src/interfaces/ecpg/preproc/type.c @@ -446,7 +446,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type, sprintf(variable, "&(%s%s)", prefix ? prefix : "", name); /* - * If we created a varchar structure atomatically, counter is + * If we created a varchar structure automatically, counter is * greater than 0. */ if (counter) |