summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-02-19 00:45:35 +0000
committerwtc%netscape.com <devnull@localhost>1999-02-19 00:45:35 +0000
commit6c527b5ebc0ccdc1c39c3ebcd28a744bf1069859 (patch)
tree2c7278dcb73562850381ff64ac1cf44633b787fe
parenta98fd5c7d99a8273bbbc5bb2bca7810a4f2f5424 (diff)
downloadnspr-hg-6c527b5ebc0ccdc1c39c3ebcd28a744bf1069859.tar.gz
Bugsplat bug #343158: corrected a typo in the comment. Thanks to
John Bandhauer <jband@netscape.com> for the bug report and fix.
-rw-r--r--pr/include/prlog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prlog.h b/pr/include/prlog.h
index 8369c64c..dfad9ca0 100644
--- a/pr/include/prlog.h
+++ b/pr/include/prlog.h
@@ -104,8 +104,8 @@ PR_BEGIN_EXTERN_C
**
** After compiling and linking you application, set the environment:
**
-** SET NSPR_LOGMODULES=gizmo:5
-** SET NSPR_LOG_FILE=logfile.txt
+** set NSPR_LOG_MODULES=gizmo:5
+** set NSPR_LOG_FILE=logfile.txt
**
** When you execute your application, the string "Log this! 1" will be
** written to the file "logfile.txt".