Spelling fixes
authorPeter Eisentraut
Tue, 14 Mar 2017 16:57:10 +0000 (12:57 -0400)
committerPeter Eisentraut
Tue, 14 Mar 2017 17:45:48 +0000 (13:45 -0400)
From: Josh Soref 

16 files changed:
contrib/ltree/ltxtquery_io.c
doc/src/sgml/biblio.sgml
doc/src/sgml/release-8.4.sgml
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-old.sgml
src/backend/access/transam/xlog.c
src/backend/optimizer/geqo/geqo_erx.c
src/backend/port/dynloader/linux.c
src/backend/replication/walreceiverfuncs.c
src/interfaces/libpq/bcc32.mak
src/test/regress/expected/tsdicts.out
src/test/regress/sql/tsdicts.sql

index 32d90462581d9ea10bf36ec7e338785faba8d8cf..9ca19942491fe92a824dce44106e67e94119cd35 100644 (file)
@@ -96,7 +96,7 @@ gettoken_query(QPRS_STATE *state, int32 *val, int32 *lenval, char **strval, uint
                    if (*flag)
                        ereport(ERROR,
                                (errcode(ERRCODE_SYNTAX_ERROR),
-                                errmsg("modificators syntax error")));
+                                errmsg("modifiers syntax error")));
                    *lenval += charlen;
                }
                else if (charlen == 1 && t_iseq(state->buf, '%'))
index e2cd69d2781dc0a927a7630af06b07d98aac1c9e..0da3a83faece93309dd95a16fa43abdc8c49d79e 100644 (file)
     April, 1990
     
      University  of  California
-     
Berkely, California
+     
Berkeley, California
     
    
    
index 8b16c9e9d3cc522bb1b3e618c6ea1f43b6041219..bea0dc7bde0febdb828015adb4cffa38c9621d81 100644 (file)
 
      
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      
     
 
index 61dce9fd7852d5ca73de3d0357c4b8bc563f0ccc..f4f98564b88966be2240a0c0dcf860f2deadc592 100644 (file)
 
      
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      
     
 
index edacfbf3559fc133b4dfe9044404a77a7478e160..eb2d6ac2785f84ca644aedd3eb1124218603790a 100644 (file)
@@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
 
      
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      
     
 
index 9e99de882cf8c1210d3b74f587621902d8cbb17d..0c7fe30bdad2bb68c192154a3d31187a7002d9af 100644 (file)
@@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
 
      
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      
     
 
index 19bb305f0e1e84eb7dcf9f295c67b7c16ba508de..6e1f0101876961a6df4817840bb37d7a41e77db8 100644 (file)
@@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
 
      
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      
     
 
index bbf2429475c6795423ceb15fe8eff81a3ce95676..d02d2aaff50d58ee37f0f3c3aee03bc453258a9e 100644 (file)
@@ -8899,7 +8899,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500
       
        
         Add  option 
-        to specify role membership (Chistopher Browne)
+        to specify role membership (Christopher Browne)
        
       
 
index ec8e43f6eaeba3b263054c8ea2e2cfba7fe02128..573b40bea623f4f69420d974fbe9d417c77c40e7 100644 (file)
@@ -5737,8 +5737,8 @@ fix rtree for use in inner scan (Vadim)
 fix gist for use in inner scan, cleanups (Vadim, Andrea)
 avoid unnecessary local buffers allocation (Vadim, Massimo)
 fix local buffers leak in transaction aborts (Vadim)
-fix file manager memmory leaks, cleanups (Vadim, Massimo)
-fix storage manager memmory leaks (Vadim)
+fix file manager memory leaks, cleanups (Vadim, Massimo)
+fix storage manager memory leaks (Vadim)
 fix btree duplicates handling (Vadim)
 fix deleted rows reincarnation caused by vacuum (Vadim)
 fix SELECT varchar()/char() INTO TABLE made zero-length fields(Bruce)
@@ -5904,7 +5904,7 @@ European date format now set when postmaster is started
 Execute lowercase function names if not found with exact case
 Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
 Gist now included in the distribution(Marc)
-Idend authentication of local users(Bryan)
+Ident authentication of local users(Bryan)
 Implement BETWEEN qualifier(Bruce)
 Implement IN qualifier(Bruce)
 libpq has PQgetisnull()(Bruce)
index b3d45b74f369a620ac0ea6ab0bce34991a28d5d3..d8f3d5c5170e4c97240e75bc8fa1a46fb017c708 100644 (file)
@@ -799,7 +799,7 @@ static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
                       bool find_free, int *max_advance,
                       bool use_lock);
 static int XLogFileRead(XLogSegNo segno, int emode, TimeLineID tli,
-            int source, bool notexistOk);
+            int source, bool notfoundOk);
 static int XLogFileReadAnyTLI(XLogSegNo segno, int emode, int source);
 static int XLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr,
             int reqLen, XLogRecPtr targetRecPtr, char *readBuf,
index 8ded9eec6733a504e06b9e23c5eff86196c45839..397d52c043e77f6c51a9e30667866f00844e42d3 100644 (file)
@@ -458,7 +458,7 @@ edge_failure(PlannerInfo *root, Gene *gene, int index, Edge *edge_table, int num
            if (edge_table[i].unused_edges >= 0)
                return (Gene) i;
 
-       elog(LOG, "no edge found via looking for the last ununsed point");
+       elog(LOG, "no edge found via looking for the last unused point");
    }
 
 
index a8a62fc0fd4f02017c3448bfa31a04df22cd20b1..0df795f08b042bcf7562482cd1baf1c937e65f26 100644 (file)
@@ -124,7 +124,7 @@ char *
 pg_dlerror(void)
 {
 #ifndef HAVE_DLD_H
-   return "dynaloader unspported";
+   return "dynaloader unsupported";
 #else
    return dld_strerror(dld_errno);
 #endif
index c450bb8ad6a20cc9d0130048739c2171688a5c3c..72876569067c0d4f63a3a6e764e434e658fbd8b5 100644 (file)
@@ -329,7 +329,7 @@ GetReplicationApplyDelay(void)
    long        secs;
    int         usecs;
 
-   TimestampTz chunckReplayStartTime;
+   TimestampTz chunkReplayStartTime;
 
    SpinLockAcquire(&walrcv->mutex);
    receivePtr = walrcv->receivedUpto;
@@ -340,12 +340,12 @@ GetReplicationApplyDelay(void)
    if (receivePtr == replayPtr)
        return 0;
 
-   chunckReplayStartTime = GetCurrentChunkReplayStartTime();
+   chunkReplayStartTime = GetCurrentChunkReplayStartTime();
 
-   if (chunckReplayStartTime == 0)
+   if (chunkReplayStartTime == 0)
        return -1;
 
-   TimestampDifference(chunckReplayStartTime,
+   TimestampDifference(chunkReplayStartTime,
                        GetCurrentTimestamp(),
                        &secs, &usecs);
 
index 78102fafd45c948a93bff59100677ddd728fdf53..f541fa8ee6ea878984b0411d605184ded070c62b 100644 (file)
@@ -8,7 +8,7 @@
 
 !IF "$(BCB)" == ""
 !MESSAGE You must edit bcc32.mak and define BCB at the top
-!ERROR misssing BCB
+!ERROR missing BCB
 !ENDIF
 
 !IF "$(__NMAKE__)" == ""
index 89230ad0204d9fb54d45358c6502613ec6115aa8..27d0731bc0efae2eca46203bcbae0237ed853d37 100644 (file)
@@ -322,10 +322,10 @@ SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
  '1':1,5 '12':3 '123':4 'pgsql':2
 (1 row)
 
-SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbrevation SN)');
-                         to_tsvector                         
--------------------------------------------------------------
- 'abbrev':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
+SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
+                         to_tsvector                          
+--------------------------------------------------------------
+ 'abbrevi':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
 (1 row)
 
 SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');
index 8100c6bdc8f6a51fc7d08fadf29b96971895a308..46446931a04c6661e0a2f658b1c7ad71c63adcae 100644 (file)
@@ -119,5 +119,5 @@ ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR
    WITH synonym, thesaurus, english_stem;
 
 SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
-SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbrevation SN)');
+SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
 SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');