From c24f8857a53f3cd367b4e29343cd643aede0b58b Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 10 Jun 2004 21:29:51 +0000 Subject: [PATCH] typos in comments --- dtool/Config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 4ed012a43e..adb76c4e7a 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -79,7 +79,7 @@ // suite? The default value for this variable is provided by // ppremake; on Unix machines it is the value of --prefix passed in to // 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 // variable name like DTOOL_INSTALL or PANDA_INSTALL. This variable @@ -98,7 +98,7 @@ // PYTHON_IPATH variable, below.) // 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. // #define INSTALL_LIB_DIR /usr/lib/python2.2/site-packages