diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/execute.c')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/execute.c | 2 |
1 files changed, 1 insertions, 1 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. */ |