Fix another typo

This commit is contained in:
Brady
2018-08-05 19:00:45 -05:00
parent cc0cd7b270
commit 9e9ad16686

View File

@@ -47,7 +47,7 @@ public class Behavior implements AbstractGameEventListener, Helper {
/**
* Function to determine what the new enabled state of this
* {@link Behavior} should be given the old state, and the
* proposed state. Intended to be overriden by behaviors
* proposed state. Intended to be overridden by behaviors
* that should always be active, given that the bot itself is
* active.
*