Browse Source

[DOCS] fix typo in network module docs

Gaurav Arora 11 years ago
parent
commit
4a3837acf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/network.asciidoc

+ 1 - 1
docs/reference/modules/network.asciidoc

@@ -78,7 +78,7 @@ Defaults to `true`.
 not explicitly set.
 
 |`network.tcp.reuse_address` |Should an address be reused or not.
-Defaults to `true` on none windows machines.
+Defaults to `true` on non-windows machines.
 
 |`network.tcp.send_buffer_size` |The size of the tcp send buffer size
 (in size setting format). By default not explicitly set.