From 27db62c9c8d10d19fc0f7964c99572f5b993765d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 27 Nov 2011 18:40:18 -0700 Subject: [PATCH] typo Closes PR 10822 --- collects/scribblings/reference/logging.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/logging.scrbl b/collects/scribblings/reference/logging.scrbl index ea6e7d94e8..1bf7c7e955 100644 --- a/collects/scribblings/reference/logging.scrbl +++ b/collects/scribblings/reference/logging.scrbl @@ -43,7 +43,7 @@ through environment variables: defined and is not overridden by a command-line flag, it determines the level of the @tech{log receiver} that propagates events to the system log. The possible values are the - same as for @envvar{PLTSYSLOG}. + same as for @envvar{PLTSTDERR}. The default is @racket["none"] for Unix or @racket["error"] for Windows and Mac OS X.}