Skip to content
Snippets Groups Projects
Commit 6df71918 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix spelling of "including

Edward J. Huff
parent 76e6d260
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: stringinfo.h,v 1.5 1997/09/08 21:52:22 momjian Exp $ * $Id: stringinfo.h,v 1.6 1998/03/20 04:12:21 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* 'data' is the string. * 'data' is the string.
* 'len' is the current string length (as returned by 'strlen') * 'len' is the current string length (as returned by 'strlen')
* 'maxlen' is the size in bytes of 'data', i.e. the maximum string * 'maxlen' is the size in bytes of 'data', i.e. the maximum string
* size (includeing the terminating '\0' char) that we can * size (including the terminating '\0' char) that we can
* currently store in 'data' without having to reallocate * currently store in 'data' without having to reallocate
* more space. * more space.
*/ */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- --
-- Copyright (c) 1994, Regents of the University of California -- Copyright (c) 1994, Regents of the University of California
-- --
-- $Id: syscat.source,v 1.2 1998/02/28 23:37:10 scrappy Exp $ -- $Id: syscat.source,v 1.3 1998/03/20 04:12:25 momjian Exp $
-- --
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
...@@ -65,7 +65,7 @@ SELECT c.relname, a.attname, t.typname ...@@ -65,7 +65,7 @@ SELECT c.relname, a.attname, t.typname
-- --
-- lists all user-defined base types (not includeing array types) -- lists all user-defined base types (not including array types)
-- --
SELECT u.usename, t.typname SELECT u.usename, t.typname
FROM pg_type t, pg_user u FROM pg_type t, pg_user u
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment