1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 22:25:20 +01:00

Correct spelling mistakes in documentation

This commit is contained in:
rubenwardy
2014-08-22 18:34:16 +01:00
committed by sapier
parent 7993696fc4
commit 944ffe9e53
4 changed files with 19 additions and 19 deletions

View 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);