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

Commit 6df7191

Browse files
committed
Fix spelling of "including
Edward J. Huff
1 parent 76e6d26 commit 6df7191

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/include/lib/stringinfo.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: stringinfo.h,v 1.5 1997/09/08 21:52:22 momjian Exp $
9+
* $Id: stringinfo.h,v 1.6 1998/03/20 04:12:21 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -19,7 +19,7 @@
1919
* 'data' is the string.
2020
* 'len' is the current string length (as returned by 'strlen')
2121
* 'maxlen' is the size in bytes of 'data', i.e. the maximum string
22-
* size (includeing the terminating '\0' char) that we can
22+
* size (including the terminating '\0' char) that we can
2323
* currently store in 'data' without having to reallocate
2424
* more space.
2525
*/

src/tutorial/syscat.source

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--
77
-- Copyright (c) 1994, Regents of the University of California
88
--
9-
-- $Id: syscat.source,v 1.2 1998/02/28 23:37:10 scrappy Exp $
9+
-- $Id: syscat.source,v 1.3 1998/03/20 04:12:25 momjian Exp $
1010
--
1111
---------------------------------------------------------------------------
1212

@@ -65,7 +65,7 @@ SELECT c.relname, a.attname, t.typname
6565

6666

6767
--
68-
-- lists all user-defined base types (not includeing array types)
68+
-- lists all user-defined base types (not including array types)
6969
--
7070
SELECT u.usename, t.typname
7171
FROM pg_type t, pg_user u

0 commit comments

Comments
 (0)