Repository: incubator-tamaya Updated Branches: refs/heads/master 5491c7d2b -> d441521e4
Fixed typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/d441521e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/d441521e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/d441521e Branch: refs/heads/master Commit: d441521e430c6aba8fe8cbb85dc6ddc9f4efb411 Parents: 5491c7d Author: Oliver B. Fischer <[email protected]> Authored: Sun Jan 25 21:50:45 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Jan 25 21:50:45 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/tamaya/format/ConfigurationFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/d441521e/modules/formats/src/main/java/org/apache/tamaya/format/ConfigurationFormat.java ---------------------------------------------------------------------- diff --git a/modules/formats/src/main/java/org/apache/tamaya/format/ConfigurationFormat.java b/modules/formats/src/main/java/org/apache/tamaya/format/ConfigurationFormat.java index c455d11..53c171c 100644 --- a/modules/formats/src/main/java/org/apache/tamaya/format/ConfigurationFormat.java +++ b/modules/formats/src/main/java/org/apache/tamaya/format/ConfigurationFormat.java @@ -72,7 +72,7 @@ public interface ConfigurationFormat { * Reads a list {@link org.apache.tamaya.spi.PropertySource} instances from a resource, using this format. * If the configuration format only contains entries of one ordinal type, normally only one single * instance of PropertySource is returned. Nevertheless custom formats may contain different sections or parts, - * where each part maps to a different target rdinal (eg defaults, domain config and app config). In the + * where each part maps to a different target ordinal (eg defaults, domain config and app config). In the * ladder case multiple PropertySources can be returned, each one with its own ordinal and the corresponding * entries. *
