aboutsummaryrefslogtreecommitdiff
path: root/Week4/src/oo15loipe/InfoLoipe.java
diff options
context:
space:
mode:
Diffstat (limited to 'Week4/src/oo15loipe/InfoLoipe.java')
-rw-r--r--Week4/src/oo15loipe/InfoLoipe.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Week4/src/oo15loipe/InfoLoipe.java b/Week4/src/oo15loipe/InfoLoipe.java
index 9ff318d..1796418 100644
--- a/Week4/src/oo15loipe/InfoLoipe.java
+++ b/Week4/src/oo15loipe/InfoLoipe.java
@@ -11,7 +11,7 @@ package oo15loipe;
*/
public interface InfoLoipe {
public int getWidth( ) ; // grootte in oost􀀀west r i cht ing
- public int getHeigth( ) ; // grootte in noord􀀀zuid r i cht ing
+ public int getHeight( ) ; // grootte in noord􀀀zuid r i cht ing
public Fragment getFragment( int x, int y) ; // fragment van de loipe op po s i t i e (x , y)
public Punt start( ) ; // Het startpunt op de kaart
public Punt stap( ) ; // het volgende punt op de route