Fix typos authored by Georg Graßnick's avatar Georg Graßnick
...@@ -123,7 +123,7 @@ _Kupper_ ...@@ -123,7 +123,7 @@ _Kupper_
- first thoughts about possible formats: INI, JSON, XML - first thoughts about possible formats: INI, JSON, XML
- readability for normal users? - readability for normal users?
- easily parseable? - easily parsable?
- structure of the files: First section with general properties, following sections with page formats containing format specific properties - structure of the files: First section with general properties, following sections with page formats containing format specific properties
INI format: INI format:
...@@ -133,7 +133,7 @@ INI format: ...@@ -133,7 +133,7 @@ INI format:
JSON & XML: JSON & XML:
- not very readable for normal users - not very readable for normal users
- syntax can easily be broken unintentionally -> not parseable if broken - syntax can easily be broken unintentionally -> not parsable if broken
Instead: Java Properties? Instead: Java Properties?
- native support (java.util.Properties) - native support (java.util.Properties)
... ...
......