more typo fixes
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index ac547a0..40f1fcd 100644 (file)
@@ -110,7 +110,7 @@ Moose::Meta::Method::Destructor - Method Meta Object for destructors
 =head1 DESCRIPTION
 
 This is a subclass of L<Class::MOP::Method> which handles 
-constructing an approprate Destructor method. This is primarily 
+constructing an appropriate Destructor method. This is primarily 
 used in the making of immutable metaclasses, otherwise it is 
 not particularly useful.