correct spelling errors
Ansgar Burchardt [Thu, 4 Feb 2010 13:25:28 +0000 (22:25 +0900)]
Correct two spelling errors found by Debian's lintian QA tool.

Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>

lib/MooseX/Meta/TypeConstraint/Structured.pm
lib/MooseX/Types/Structured.pm

index 86f0e3c..a9aa0e5 100644 (file)
@@ -267,7 +267,7 @@ sub is_subtype_of {
 
 =head2 type_constraints_equals
 
-Checks to see if the internal type contraints are equal.
+Checks to see if the internal type constraints are equal.
 
 =cut
 
index 2303f17..31448c6 100644 (file)
@@ -128,7 +128,7 @@ if you are not familiar with it.
 =head2 Comparing Parameterized types to Structured types
 
 Parameterized constraints are built into core Moose and you are probably already
-familar with the type constraints 'HashRef' and 'ArrayRef'.  Structured types
+familiar with the type constraints 'HashRef' and 'ArrayRef'.  Structured types
 have similar functionality, so their syntax is likewise similar. For example,
 you could define a parameterized constraint like: