From 97b2a06f6d679903c21759b1ff4fd52455d7d6b3 Mon Sep 17 00:00:00 2001 Message-Id: <97b2a06f6d679903c21759b1ff4fd52455d7d6b3.1716856571.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 6 Feb 2010 18:24:00 +0000 Subject: [PATCH] Typo. Organization: Straylight/Edgeware From: Richard Kettlewell --- doc/disorder_protocol.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/disorder_protocol.5.in b/doc/disorder_protocol.5.in index 6a25e1a..75dd939 100644 --- a/doc/disorder_protocol.5.in +++ b/doc/disorder_protocol.5.in @@ -122,7 +122,7 @@ List all the files in \fIDIRECTORY\fR in a response body. If \fIREGEXP\fR is present only matching files are returned. .TP .B get \fITRACK\fR \fIPREF\fR -Getsa preference value. +Gets a preference value. On success the second field of the response line will have the value. .IP If the track or preference do not exist then the response code is 555. -- [mdw]