summaryrefslogtreecommitdiff
path: root/doc/mapformat.txt
diff options
context:
space:
mode:
authorrubenwardy <rubenwardy@gmail.com>2014-08-22 18:34:16 +0100
committersapier <Sapier at GMX dot net>2014-08-22 20:55:01 +0200
commit944ffe9e532a3b2be686ef28c33313148760b1c9 (patch)
treea105471bcebe335e24257fa0490f6f08ee56ec5c /doc/mapformat.txt
parent7993696fc4b59354974059e1f8d6b3063d316411 (diff)
downloadminetest-944ffe9e532a3b2be686ef28c33313148760b1c9.tar.gz
minetest-944ffe9e532a3b2be686ef28c33313148760b1c9.tar.bz2
minetest-944ffe9e532a3b2be686ef28c33313148760b1c9.zip
Correct spelling mistakes in documentation
Diffstat (limited to 'doc/mapformat.txt')
-rw-r--r--doc/mapformat.txt2
1 files changed, 1 insertions, 1 deletions
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);