From 944ffe9e532a3b2be686ef28c33313148760b1c9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 22 Aug 2014 18:34:16 +0100 Subject: Correct spelling mistakes in documentation --- doc/mapformat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/mapformat.txt') diff --git a/doc/mapformat.txt b/doc/mapformat.txt index 89863ea04..2b049adcd 100644 --- a/doc/mapformat.txt +++ b/doc/mapformat.txt @@ -192,7 +192,7 @@ that part. So, this is where it has come. So here goes ------------- -map.sqlite is an sqlite3 database, containg a single table, called +map.sqlite is an sqlite3 database, containing a single table, called "blocks". It looks like this: CREATE TABLE `blocks` (`pos` INT NOT NULL PRIMARY KEY,`data` BLOB); -- cgit v1.2.3