From 7a6841d842c4c33f5a99df3f16e5c31b8c62fcdf Mon Sep 17 00:00:00 2001 From: Shyam Saladi Date: Fri, 17 May 2019 00:58:22 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79dfce9..e0bfc43 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, seperated by '\0'. A second file contains a plain text index, giving name, offset and length of of the small files. The lookup is currently done with a binary search on an array made -from the index file. The attatched binaries (see Usage below) and their source +from the index file. The attached binaries (see Usage below) and their source code shall give an impression of how to use the functions supported by the library in C/C++ code. ## Copyright