Spleling fixes all over.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / UUIDMaker.pm
index 0baedad..f492801 100644 (file)
@@ -25,7 +25,7 @@ DBIx::Class::UUIDMaker - UUID wrapper module
 
   sub as_string {
     my $uuid;
-    ...magic encantations...
+    ...magic incantations...
     return $uuid;
   };