From 2fe1b4b9aaa28181e9bb5a6f7ed13f8ddf0c96d6 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 18 Jan 2017 01:13:01 +0100 Subject: [PATCH] Fix typo. --- Plan9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan9.md b/Plan9.md index 192baadd..bff022ad 100644 --- a/Plan9.md +++ b/Plan9.md @@ -33,7 +33,7 @@ The TCP connection control file must handle the "close" message to be able close * [9-tcp-close](http://9legacy.org/9legacy/patch/9-tcp-close.diff) -A fix to Fossil is required to increment Qid.vers after a wstat, so a truncate followed by an read will return the content of the new file instead of the cached content. +A fix to Fossil is required to increment Qid.vers after a wstat, so a truncate followed by a read will return the content of the new file instead of the cached content. * [fossil-wstat-qid](http://9legacy.org/9legacy/patch/fossil-wstat-qid.diff)