diff options
author | Stephen Frost | 2016-07-08 13:26:53 +0000 |
---|---|---|
committer | Stephen Frost | 2016-07-08 13:26:53 +0000 |
commit | e8bde9e2538a25b4a5deea569c4c48244c1a7e40 (patch) | |
tree | c42db0763b81173948eafafe54cddb0336c946b0 | |
parent | 51dc30856efdbf8a8e56428f9c2bef21c694fb1c (diff) |
Typo fix, buils -> builds
Pointed out by Alexander Law.
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 4e92cc9eb4..8cd189c8e1 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -84,7 +84,7 @@ <para> Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite. - 32-bit PostgreSQL buils are possible with + 32-bit PostgreSQL builds are possible with <productname>Visual Studio 2005</productname> to <productname>Visual Studio 2015</productname> (including Express editions), as well as standalone Windows SDK releases 6.0 to 7.1. |