Fix another typo

This commit is contained in:
Brady 2018-08-05 19:00:45 -05:00
parent cc0cd7b270
commit 9e9ad16686
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

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.
*