Explorar o código

same typo again

Eren Yilmaz %!s(int64=6) %!d(string=hai) anos
pai
achega
a6eaea9538
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/animation/PseudoCodeProcessor.java

+ 1 - 1
src/animation/PseudoCodeProcessor.java

@@ -76,7 +76,7 @@ public class PseudoCodeProcessor {
                 });
             }
             if( programPointer.getChildCount() == 0 )
-                throw new IllegalStateException( "A Codeline without sublines tryd to make a STEP_INTO." );
+                throw new IllegalStateException( "A Codeline without sublines tried to make a STEP_INTO." );
             else
                 return selectNextNode( (PseudoCodeNode)programPointer.getFirstChild(), programPointer );
         case ControlFlow.STEP_OVER: