From 1bb44df8ba7df783650f9f0998f8f9e20d83854c Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 9 Aug 2007 11:24:35 -0700
Subject: [PATCH] webapi.txt: update rfc reference

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

diff --git a/docs/webapi.txt b/docs/webapi.txt
index 1a9f75b8..50f16b67 100644
--- a/docs/webapi.txt
+++ b/docs/webapi.txt
@@ -73,8 +73,8 @@ for files and directories which do not yet exist.
   from the body of the HTTP request. For convenience, the HTTP response
   contains the URI that results from uploading the file, although the client
   is not obligated to do anything with the URI. According to the HTTP/1.1
-  specification (rfc2068), this should return a 200 (OK) code when modifying
-  and existing file, and a 201 (Created) code when creating a new file.
+  specification (rfc2616), this should return a 200 (OK) code when modifying
+  an existing file, and a 201 (Created) code when creating a new file.
 
   To use this, run 'curl -T localfile http://localhost:8011/vdrive/global/newfile'
 
-- 
2.45.2