[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.24-23-gf25fb2e

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via f25fb2e781923f5569795de6828cebb911c9451b (commit) from 909a8e44a8b766582624b62a32631ca348c70d49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=f25fb2e781923f5569795de68... http://github.com/ceki/logback/commit/f25fb2e781923f5569795de6828cebb911c945... commit f25fb2e781923f5569795de6828cebb911c9451b Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Oct 11 17:40:44 2010 +0200 typo fix diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html index 9782baf..2d0db3e 100644 --- a/logback-site/src/site/pages/manual/configuration.html +++ b/logback-site/src/site/pages/manual/configuration.html @@ -242,7 +242,7 @@ public class Foo { <p class="example">Example: Basic configuration file (logback-examples/src/main/java/chapters/configuration/sample0.xml)</p> - <span class="asGroovy" onclick="return asGroovy('sample0');">View as .grovvy</span> + <span class="asGroovy" onclick="return asGroovy('sample0');">View as .groovy</span> <pre id="sample0" class="prettyprint source"><configuration> @@ -338,7 +338,7 @@ public class Foo { <p class="example">Example: Basic configuration file using debug mode (logback-examples/src/main/java/chapters/configuration/sample1.xml)</p> - <span class="asGroovy" onclick="return asGroovy('sample1');">View as .grovvy</span> + <span class="asGroovy" onclick="return asGroovy('sample1');">View as .groovy</span> <pre id="sample1" class="prettyprint source"> <configuration <b>debug="true"</b>> @@ -416,7 +416,7 @@ public class Foo { file and automatic re-configuration (logback-examples/src/main/java/chapters/configuration/scan1.xml)</p> - <span class="asGroovy" onclick="return asGroovy('scan1');">View as .grovvy</span> + <span class="asGroovy" onclick="return asGroovy('scan1');">View as .groovy</span> <pre id="scan1" class="prettyprint source"> <configuration <b>scan="true"</b>> ... @@ -432,7 +432,7 @@ public class Foo { <p class="example">Example: Specifying a different scanning period (logback-examples/src/main/java/chapters/configuration/scan2.xml)</p> - <span class="asGroovy" onclick="return asGroovy('scan2');">View as .grovvy</span> + <span class="asGroovy" onclick="return asGroovy('scan2');">View as .groovy</span> <pre id="scan2" class="prettyprint source"> <configuration scan="true" <b>scanPeriod="30 seconds"</b> > ... ----------------------------------------------------------------------- Summary of changes: .../src/site/pages/manual/configuration.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch