From ddfaa91bfb50212381dfc7739a19f8fc4c585690 Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Tue, 16 Oct 2018 18:28:54 -0500 Subject: [PATCH] [CLEANUP] Fixed typo --- src/main/java/org/parabot/core/Context.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/parabot/core/Context.java b/src/main/java/org/parabot/core/Context.java index b4dfed0..0b2f0fa 100644 --- a/src/main/java/org/parabot/core/Context.java +++ b/src/main/java/org/parabot/core/Context.java @@ -71,7 +71,7 @@ public class Context { } /** - * Returns the instance of this class, based ona given ServerProvider + * Returns the instance of this class, based on a given ServerProvider * * @param serverProvider *