From 9e9ad16686c67b83ac54cee98f8e14b379b45a14 Mon Sep 17 00:00:00 2001 From: Brady Date: Sun, 5 Aug 2018 19:00:45 -0500 Subject: [PATCH] Fix another typo --- src/main/java/baritone/bot/behavior/Behavior.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/baritone/bot/behavior/Behavior.java b/src/main/java/baritone/bot/behavior/Behavior.java index e61f5850..8fcdbf51 100644 --- a/src/main/java/baritone/bot/behavior/Behavior.java +++ b/src/main/java/baritone/bot/behavior/Behavior.java @@ -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. *