typos in comments

This commit is contained in:
David Rose 2004-06-10 21:29:51 +00:00
parent c3606e572d
commit c24f8857a5

View File

@ -79,7 +79,7 @@
// suite? The default value for this variable is provided by // suite? The default value for this variable is provided by
// ppremake; on Unix machines it is the value of --prefix passed in to // ppremake; on Unix machines it is the value of --prefix passed in to
// the configure script, and on Windows machines the default is // the configure script, and on Windows machines the default is
// hardcoded to C:\Panda3d. // hardcoded in config_msvc.h to C:\Panda3d.
// You may also override this for a particular tree by defining a // You may also override this for a particular tree by defining a
// variable name like DTOOL_INSTALL or PANDA_INSTALL. This variable // variable name like DTOOL_INSTALL or PANDA_INSTALL. This variable
@ -98,7 +98,7 @@
// PYTHON_IPATH variable, below.) // PYTHON_IPATH variable, below.)
// If you don't do this, you can still use Panda as a Python module, // If you don't do this, you can still use Panda as a Python module,
// but you must put /usr/local/python/lib (or $INSTALL_DIR/lib) on // but you must put /usr/local/panda/lib (or $INSTALL_DIR/lib) on
// your PYTHONPATH. // your PYTHONPATH.
// #define INSTALL_LIB_DIR /usr/lib/python2.2/site-packages // #define INSTALL_LIB_DIR /usr/lib/python2.2/site-packages