cleanup / abuse system fix / prepping for a release
[mir.git] / source / mir / entity / EntityBrowser.java
index 51b07f6..03855fd 100755 (executable)
@@ -93,7 +93,7 @@ public class EntityBrowser implements RewindableIterator {
       readCurrentBatch(skip);
     }
     catch (Throwable t) {
-      throw new Failure("Error while rewinging", t);
+      throw new Failure("Error while rewinding", t);
     }
   }