]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/mapformat.txt
Fix relief mapping issues
[dragonfireclient.git] / doc / mapformat.txt
index 89863ea043b5118c351e514b33e57a095df997ce..2b049adcdec43647fd0dd08ae26d6689d02c1acb 100644 (file)
@@ -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);