From ffc950d33aed7df69a1c8aa55130ce4a25bd4974 Mon Sep 17 00:00:00 2001 From: Matthijs Date: Sat, 8 Aug 2015 20:29:54 +0200 Subject: [PATCH 1/2] Minor grammer fix --- src/main/resources/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 603b21b9..e5bd3e16 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -15,7 +15,7 @@ # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt deftemplatesuffix: hires -# Map storage scheme: only uncommoent one 'type' value +# Map storage scheme: only uncommont one 'type' value # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) # mysql: MySQL database, at hostname:port in database, accessed via userid with password From f440e3948f1ddac13ad615369f0dc007c66b9f80 Mon Sep 17 00:00:00 2001 From: Matthijs Date: Sat, 8 Aug 2015 20:31:38 +0200 Subject: [PATCH 2/2] Whoop --- src/main/resources/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index e5bd3e16..709fa268 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -15,7 +15,7 @@ # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt deftemplatesuffix: hires -# Map storage scheme: only uncommont one 'type' value +# Map storage scheme: only uncomment one 'type' value # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) # mysql: MySQL database, at hostname:port in database, accessed via userid with password