summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
committerRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
commit3aff33aa687e47d52f453892498b30ac98a296af (patch)
tree61560211d409fd97c6ee8e718fe01c9f5db717c6 /doc/src
parentfd658dbb300456b393536802d1145a9cea7b25d6 (diff)
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/sources.sgml2
1 files changed, 1 insertions, 1 deletions
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 <productname>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.
</para>