summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libsocksvr.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex
index 80ac724..13b6d64 100644
--- a/Doc/lib/libsocksvr.tex
+++ b/Doc/lib/libsocksvr.tex
@@ -176,7 +176,7 @@ function will not be called.
This function must do all the work required to service a request.
Several instance attributes are available to it; the request is
available as \member{self.request}; the client address as
-\member{self.client_request}; and the server instance as
+\member{self.client_address}; and the server instance as
\member{self.server}, in case it needs access to per-server
information.