Fix typos in the INSTALL document

Also remove a bit of extraneous whitespace.
This commit is contained in:
Nate Eagleson 2012-02-16 18:05:30 -05:00 committed by Daniele Varrazzo
parent 91388d2c51
commit f3f3dbbca9

View File

@ -1,7 +1,7 @@
Compiling and installing psycopg Compiling and installing psycopg
******************************** ********************************
** Important note: if you plan to use psyopg2 in a multithreaed application ** Important note: if you plan to use psycopg2 in a multithreaded application,
make sure that your libpq has been compiled with the --with-thread-safety make sure that your libpq has been compiled with the --with-thread-safety
option. psycopg2 will work correctly even with a non-thread-safe libpq but option. psycopg2 will work correctly even with a non-thread-safe libpq but
libpq will leak memory. libpq will leak memory.