You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/05/19 15:13:39 UTC

[11/28] commons-numbers git commit: Typo.

Typo.


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/dc83272b
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/dc83272b
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/dc83272b

Branch: refs/heads/master
Commit: dc83272b53d93bc8d79870a59a15f204815db2a6
Parents: b58c73e
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
Authored: Mon Jan 29 02:03:06 2018 +0100
Committer: Gilles Sadowski <gi...@harfang.homelinux.org>
Committed: Mon Jan 29 02:03:06 2018 +0100

----------------------------------------------------------------------
 commons-numbers-field/README.md | 2 +-
 commons-numbers-field/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/dc83272b/commons-numbers-field/README.md
----------------------------------------------------------------------
diff --git a/commons-numbers-field/README.md b/commons-numbers-field/README.md
index 97a7314..aef0c98 100644
--- a/commons-numbers-field/README.md
+++ b/commons-numbers-field/README.md
@@ -61,7 +61,7 @@ Alternatively you can pull it from the central Maven repositories:
 ```xml
 <dependency>
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-numbers-filed</artifactId>
+  <artifactId>commons-numbers-field</artifactId>
   <version>1.0</version>
 </dependency>
 ```

http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/dc83272b/commons-numbers-field/pom.xml
----------------------------------------------------------------------
diff --git a/commons-numbers-field/pom.xml b/commons-numbers-field/pom.xml
index cd78011..5295443 100644
--- a/commons-numbers-field/pom.xml
+++ b/commons-numbers-field/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-numbers-filed</artifactId>
+  <artifactId>commons-numbers-field</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Field</name>