summaryrefslogtreecommitdiff
path: root/doc/mapformat.txt
diff options
context:
space:
mode:
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);