From db657af26dca4f6c2dc48d3b0693ef4264b0dc4a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 26 Apr 2007 00:40:27 +0000 Subject: [PATCH] fixed typo --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 38c3eeb56..a3e1630ba 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -3356,7 +3356,7 @@ There are two modes in which storage (files on disk) are allocated in libtorrent * The traditional *full allocation* mode, where the entire files are filled up with zeros before anything is downloaded. libtorrent will look for sparse files support in the filesystem that is used for storage, and use sparse files or file system - zaero fill support if present. This means that on NTFS, full allocation mode will + zero fill support if present. This means that on NTFS, full allocation mode will only allocate storage for the downloaded pieces. * And the *compact allocation* mode, where only files are allocated for actual