OCD - undo some incorrect changes of non-typos from 4a0eed52f
Peter Rabbitson [Thu, 22 Aug 2013 03:03:11 +0000 (05:03 +0200)]
lib/DBIx/Class/SQLMaker.pm
lib/DBIx/Class/Storage/BlockRunner.pm

index 2517708..0db6ef2 100644 (file)
@@ -288,7 +288,7 @@ sub _parse_rs_attrs {
   my $sql = '';
 
   if ($arg->{group_by}) {
-    # horrible, waiting for refactor
+    # horrible horrible, waiting for refactor
     local $self->{select_bind};
     if (my $g = $self->_recurse_fields($arg->{group_by}) ) {
       $sql .= $self->_sqlcase(' group by ') . $g;
index e9c2c79..5760b7d 100644 (file)
@@ -114,7 +114,7 @@ sub run {
 
 # this is the actual recursing worker
 sub _run {
-  # warnings here mean I did not anticipate some uber-complex case
+  # warnings here mean I did not anticipate some ueber-complex case
   # fatal warnings are not warranted
   no warnings;
   use warnings;