typo fix in ParserProblem
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 6 Jul 2010 09:03:51 +0000 (09:03 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 6 Jul 2010 09:03:51 +0000 (09:03 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/parser/ParserProblem.java

index 5fb59b66be47319d34977329d3725ca7324cd314..080ba1a85ffa3f79d86535ec4a45a9866aaffe39 100644 (file)
@@ -61,7 +61,7 @@ public enum ParserProblem {
                if (this == CheckRank){\r
                        return "check rank";\r
                }else if (this == CheckDetailOrYear){\r
-                       return "detail or year part ambigous";\r
+                       return "detail or year part ambiguous";\r
                }else if (this == NameReferenceSeparation){\r
                        return "name or authorship not parsable or name-reference separation not possible";\r
                }else if (this == UnparsableReferenceTitle){\r