fix some spelling mistakes and update the local dictionary
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe7.pod
index 8260ef7..4e403f9 100644 (file)
@@ -116,7 +116,7 @@ manages access to attribute slots.
 In this example, we're creating a meta-instance that is an array
 reference rather than a hash reference. In theory, this might be a bit
 faster than using a hash, though in practice the difference may be
-neglible. Nonetheless, it makes for a simple example here.
+negligible. Nonetheless, it makes for a simple example here.
 
 Our class is a subclass of L<Moose::Meta::Instance>, which creates
 hash reference based objects. We need to override all the methods