You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/05/11 12:58:32 UTC

[18/21] logging-log4j2 git commit: Fix typo

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/2a1383a8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2a1383a8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2a1383a8

Branch: refs/heads/LOG4J2-1442
Commit: 2a1383a8e35a1c3d73d7ea31408a699c06bce8fb
Parents: 4b8ca68
Author: Mikael Ståldal <mi...@magine.com>
Authored: Mon May 8 15:57:56 2017 +0200
Committer: Mikael Ståldal <mi...@magine.com>
Committed: Mon May 8 15:57:56 2017 +0200

----------------------------------------------------------------------
 BUILDING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2a1383a8/BUILDING.md
----------------------------------------------------------------------
diff --git a/BUILDING.md b/BUILDING.md
index 06497cd..9ad551e 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -21,7 +21,7 @@ version 9, and Apache Maven 3.x.
 
 Log4j 2.x uses the Java 9 compiler in addition to 
 the Java version installed in the path. This is accomplished by using Maven's toolchains support.
-Log4j 2 provides sample toolchains XML filea in the root folder. This may be used by 
+Log4j 2 provides sample toolchains XML files in the root folder. This may be used by 
 modifying it and installing the file as toolchains.xml in the .m2 folder or by using the 
 following when invoking Maven.