Repository: logging-log4j2 Updated Branches: refs/heads/master ab63bc900 -> d41183adc
Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d41183ad Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d41183ad Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d41183ad Branch: refs/heads/master Commit: d41183adc1c76293b16bfb885b129f3e2d911417 Parents: ab63bc9 Author: Mikael Ståldal <[email protected]> Authored: Thu Sep 8 10:57:26 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Thu Sep 8 10:57:26 2016 +0200 ---------------------------------------------------------------------- log4j-api-scala_2.10/pom.xml | 4 ++-- log4j-api-scala_2.11/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d41183ad/log4j-api-scala_2.10/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml index 5acbeca..6a1382e 100644 --- a/log4j-api-scala_2.10/pom.xml +++ b/log4j-api-scala_2.10/pom.xml @@ -25,8 +25,8 @@ </parent> <artifactId>log4j-api-scala_2.10</artifactId> <packaging>jar</packaging> - <name>Apache Log4j Scala 2.10 warpper for Log4j API</name> - <description>Scala warpper for Log4j API</description> + <name>Apache Log4j Scala 2.10 wrapper for Log4j API</name> + <description>Scala wrapper for Log4j API</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <projectDir>/scala_2.10</projectDir> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d41183ad/log4j-api-scala_2.11/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml index 4755301..74ba6b1 100644 --- a/log4j-api-scala_2.11/pom.xml +++ b/log4j-api-scala_2.11/pom.xml @@ -25,8 +25,8 @@ </parent> <artifactId>log4j-api-scala_2.11</artifactId> <packaging>jar</packaging> - <name>Apache Log4j Scala 2.11 warpper for Log4j API</name> - <description>Scala warpper for Log4j API</description> + <name>Apache Log4j Scala 2.11 wrapper for Log4j API</name> + <description>Scala wrapper for Log4j API</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <projectDir>/scala_2.11</projectDir>
