From 513cade0ffa8039d23d6b5bc06eacdd20ae5bb0f Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 14 May 2006 22:22:37 +0300 Subject: [PATCH] doc: Fixed a quote in AsciiDoc markup. --- doc/dev-intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev-intro.txt b/doc/dev-intro.txt index a1ad1346e..17bbdd3a9 100644 --- a/doc/dev-intro.txt +++ b/doc/dev-intro.txt @@ -304,7 +304,7 @@ connection state. How the protocol back-end chooses to handle the connection and load the URI it points to is entirely up to the back-end. The interface is defined in `src/protocol/protocol.h` and `src/network/connection.h`. -A connection can have multiple downloads attached to it. Each `download struct' +A connection can have multiple downloads attached to it. Each `download struct` contains information about the connection state and the connection with which it is attached. Additionally, the `download struct` specifies callback data, and a callback which is called each time the download progresses. The