From 3aff33aa687e47d52f453892498b30ac98a296af Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 15 Mar 2016 18:06:11 -0400 Subject: Fix typos. Oskari Saarenmaa --- doc/src/sgml/sources.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index fcb3e402f85..614defaa2f1 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -860,7 +860,7 @@ BETTER: unrecognized node type: 42 Code in PostgreSQL should only rely on language features available in the C89 standard. That means a conforming C89 compiler has to be able to compile postgres, at least aside - from a few platform dependant pieces. Features from later + from a few platform dependent pieces. Features from later revision of the C standard or compiler specific features can be used, if a fallback is provided. -- cgit v1.2.3