diff options
| author | Tom Lane | 2003-03-10 22:28:22 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-03-10 22:28:22 +0000 |
| commit | e4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch) | |
| tree | 56d282d342ead04fc43af4efc5a2eccffa3e27ed /contrib/fulltextindex/fti.c | |
| parent | 081fa240a119b67e28227439a3bf700340442787 (diff) | |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'contrib/fulltextindex/fti.c')
| -rw-r--r-- | contrib/fulltextindex/fti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fulltextindex/fti.c b/contrib/fulltextindex/fti.c index 7620c0640ce..4c5705ba74b 100644 --- a/contrib/fulltextindex/fti.c +++ b/contrib/fulltextindex/fti.c @@ -83,7 +83,7 @@ * nothing in it, then re-populate the fti-table) * * can we do something with operator overloading or a seperate function - * that can build the final query automatigally? + * that can build the final query automagically? */ #define MAX_FTI_QUERY_LENGTH 8192 |
