From 1934ae26f9376ef262702f0cf3de92f5af336d39 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 27 Feb 2008 14:54:05 -0700
Subject: [PATCH] doc: change example filename extension back because it is
 more recognizable and because I love Brian

---
 docs/webapi.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/webapi.txt b/docs/webapi.txt
index 2a848e27..5fa6301a 100644
--- a/docs/webapi.txt
+++ b/docs/webapi.txt
@@ -61,9 +61,9 @@ In addition, each directory has a corresponding URL. The Pictures URL is:
 http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/Pictures
 
 Note that all filenames in URLs are required to be UTF-8 encoded, so
-"resume.odt" (with an acute accent on both E's) would be accessed with:
+"resume.doc" (with an acute accent on both E's) would be accessed with:
 
- http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.odt
+ http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.doc
 
 The filenames inside upload POST forms are interpreted using whatever
 character set was provided in the conventional '_charset' field, and defaults
-- 
2.45.2