[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 1/3] Fix a typo in control-spec
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Tue, 27 Jul 2010 08:35:25 +0200
Subject: Fix a typo in control-spec
Commit: 28962ecae852dc1f7cbd5c084bb5feb9e37ca9f5
---
doc/spec/control-spec.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 5a68864..333b1a3 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -92,7 +92,7 @@
2.4. General-use tokens
- ; CRLF means, "the ASCII Carriage Return character (decimal value value 13)
+ ; CRLF means, "the ASCII Carriage Return character (decimal value 13)
; followed by the ASCII Linefeed character (decimal value 10)."
CRLF = CR LF
--
1.7.1