]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/tsrank.c
Fix inconsistencies in the code
[postgresql] / src / backend / utils / adt / tsrank.c
index 55a96498798adfab2b606a8b7da43254b6dfd54d..e28859d8e1c05476cd233189b1ceddb022553b7f 100644 (file)
@@ -738,7 +738,7 @@ get_docrep(TSVector txt, QueryRepresentation *qr, int *doclen)
        doc = (DocRepresentation *) palloc(sizeof(DocRepresentation) * len);
 
        /*
-        * Iterate through query to make DocRepresentaion for words and it's
+        * Iterate through query to make DocRepresentation for words and it's
         * entries satisfied by query
         */
        for (i = 0; i < qr->query->size; i++)