
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via 1d518fd925183869994bd4b4e89aeefd1f10c715 (commit) from b48ade9995a90fbd406b322080b99b10b303c320 (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=slf4j.git;a=commit;h=1d518fd925183869994bd4b4e89... http://github.com/ceki/slf4j/commit/1d518fd925183869994bd4b4e89aeefd1f10c715 commit 1d518fd925183869994bd4b4e89aeefd1f10c715 Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Jun 4 18:36:03 2012 +0200 typo fixes diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html index 08212ff..8919963 100644 --- a/slf4j-site/src/site/pages/codes.html +++ b/slf4j-site/src/site/pages/codes.html @@ -187,7 +187,7 @@ with <em>slf4j-api-M.jar</em> for any N and M. You only need to ensure that the version of your binding matches that of the slf4j-api.jar. You do not have to worry about the version of - slf4j-api.jar used by a given dependendency in your project. You + slf4j-api.jar used by a given dependency in your project. You can always use any version of <em>slf4j-api.jar</em>, and as long as the version of <em>slf4j-api.jar</em> and its binding match, you should be fine. diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index 8b13734..2141882 100644 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -328,7 +328,7 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail any N and M. You only need to ensure that the version of your binding matches that of the slf4j-api.jar. You do not have to worry about the version of slf4j-api.jar used by a given - dependendency in your project. </p> + dependency in your project. </p> <p>Mixing mixing different versions of <em>slf4j-api.jar</em> @@ -343,16 +343,16 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail will run perfectly fine with <em>slf4j-api-M.jar</em> for any N and M. You only need to ensure that the version of your binding matches that of the slf4j-api.jar. You do not have to worry - about the version of slf4j-api.jar used by a given dependendency - in your project. You can always use any version of + about the version of slf4j-api.jar used by a given dependency in + your project. You can always use any version of <em>slf4j-api.jar</em>, and as long as the version of <em>slf4j-api.jar</em> and its binding match, you should be fine. </p> - <p>At initialization time, if SLF4J suspects that there may be a - api vs. binding version mismatch problem, it will emit a warning - about the suspected mismatch. + <p>At initialization time, if SLF4J suspects that there may be + an slf4j-api vs. binding version mismatch problem, it will emit + a warning about the suspected mismatch. </p> ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/codes.html | 2 +- slf4j-site/src/site/pages/manual.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java