From d2797881b7377a8b6d700b110e7ead13bdbd1b84 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 21 Oct 2003 09:50:06 +0000 Subject: [PATCH] fix error in rendezvous description svn:r645 --- trunk/doc/rendezvous.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/doc/rendezvous.txt b/trunk/doc/rendezvous.txt index e05a7835cf..f006da7257 100644 --- a/trunk/doc/rendezvous.txt +++ b/trunk/doc/rendezvous.txt @@ -85,9 +85,9 @@ The meeting point and meeting cookie allow Bob to contact Alice and prove his identity; the end-to-end authentication enables Bob to decide whether to talk to Alice; the initial authentication enables - the meeting point to pre-screen introduction requests before sending - them to Bob. (See Section 2 for a discussion of meeting points; - see Section 1.1 for an example authentication mechanism.) + the introduction point to pre-screen introduction requests before + sending them to Bob. (See Section 2 for a discussion of meeting + points; see Section 1.1 for an example authentication mechanism.) The authentication steps are the appropriate places for the introduction server or Bob to do replay prevention, if desired.