This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new c225c6ff Fix spelling c225c6ff is described below commit c225c6ffe20b82512608ebf3db3d7d5a6af030b8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 18 09:29:43 2023 -0500 Fix spelling --- src/site/xdoc/userguide/howto_properties.xml | 2 +- src/site/xdoc/userguide_v1.10/howto_properties.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/userguide/howto_properties.xml b/src/site/xdoc/userguide/howto_properties.xml index 0f8159a9..ad073bad 100644 --- a/src/site/xdoc/userguide/howto_properties.xml +++ b/src/site/xdoc/userguide/howto_properties.xml @@ -375,7 +375,7 @@ config.dirs = \\\\share2 allows setting the property separator for a specific property.</li> <li><code>setLineSeparator()</code><br/> Using this method the line separator can be specified. Per default the - platform-specific line separator is used (e.g. <code>\n</code> on unix). + platform-specific line separator is used (e.g. <code>\n</code> on Unix). </li> </ul> The default settings of <code>PropertiesConfigurationLayout</code> are diff --git a/src/site/xdoc/userguide_v1.10/howto_properties.xml b/src/site/xdoc/userguide_v1.10/howto_properties.xml index c115db9a..859ff8ce 100644 --- a/src/site/xdoc/userguide_v1.10/howto_properties.xml +++ b/src/site/xdoc/userguide_v1.10/howto_properties.xml @@ -312,7 +312,7 @@ config.dirs = \\\\share2 allows setting the property separator for a specific property.</li> <li><code>setLineSeparator()</code><br/> Using this method the line separator can be specified. Per default the - platform-specific line separator is used (e.g. <code>\n</code> on unix). + platform-specific line separator is used (e.g. <code>\n</code> on Unix). </li> </ul> The default settings of <code>PropertiesConfigurationLayout</code> are