Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8af57ad

Browse files
Fix typos in comments
Author: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/CAHut+PsN_gmKu-KfeEb9NDARoTPbs4AN4PPu=6LZXFZRJ13SEw@mail.gmail.com
1 parent c2381b5 commit 8af57ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/access/transam/xlogreader.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ WALOpenSegmentInit(WALOpenSegment *seg, WALSegmentContext *segcxt,
231231
/*
232232
* Begin reading WAL at 'RecPtr'.
233233
*
234-
* 'RecPtr' should point to the beginnning of a valid WAL record. Pointing at
234+
* 'RecPtr' should point to the beginning of a valid WAL record. Pointing at
235235
* the beginning of a page is also OK, if there is a new record right after
236236
* the page header, i.e. not a continuation.
237237
*

src/backend/commands/copyfrom.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ BeginCopyFrom(ParseState *pstate,
12371237

12381238
tupDesc = RelationGetDescr(cstate->rel);
12391239

1240-
/* process commmon options or initialization */
1240+
/* process common options or initialization */
12411241

12421242
/* Generate or convert list of attributes to process */
12431243
cstate->attnumlist = CopyGetAttnums(tupDesc, cstate->rel, attnamelist);

0 commit comments

Comments
 (0)