commit 47066e93e2eb6e8e1e31f53e4014139246feaa5b from: Noah Evans via: Noah Evans date: Mon Dec 24 22:08:21 2018 UTC fix spelling error in doc.go defering -> deferring Signed-off-by: Noah Evans commit - 64abb42af527ed0dacbef777a5dbe36e3b1147f0 commit + 47066e93e2eb6e8e1e31f53e4014139246feaa5b blob - 58438cf7c8fea79c5b83d935f47270e2c835ce0c blob + 6e3468fa38b909972a1134cd741c38a9b149fd77 --- doc.go +++ doc.go @@ -6,7 +6,7 @@ idiomatic Go style. The package revolves around the session type, which is an enumeration of raw 9p message calls. A few calls, such as flush and version, have been elided, -defering their usage to the server implementation. Sessions can be trivially +deferring their usage to the server implementation. Sessions can be trivially proxied through clients and servers. Getting Started