OCD - undo some incorrect changes of non-typos from 4a0eed52f
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / BlockRunner.pm
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;