diff options
author | Magnus Hagander | 2011-09-24 12:34:32 +0000 |
---|---|---|
committer | Magnus Hagander | 2011-09-24 12:34:58 +0000 |
commit | 3f75cecfbb419b733069dfde0d031fd24aa6e4e5 (patch) | |
tree | aeaac3892f3a593e1ddd37954967b5d61f1f4605 | |
parent | 2b250fb077a15790c6fc1e12b981330ed007e66d (diff) |
Fix typo
-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 bc2ed012f44..f96b174fcc0 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -20,7 +20,7 @@ There are several different ways of building PostgreSQL on <productname>Windows</productname>. The simplest way to build with Microsoft tools is to install a supported version of the - <productname>Microsoft Platform SDK</productname> and use use the included + <productname>Microsoft Platform SDK</productname> and use the included compiler. It is also possible to build with the full <productname>Microsoft Visual C++ 2005 or 2008</productname>. In some cases that requires the installation of the <productname>Platform SDK</productname> |