Commit Diff


commit - 64abb42af527ed0dacbef777a5dbe36e3b1147f0
commit + b6f041aa55d2c6ccf235c1539d0fd4dea467d2e0
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