diff --git a/src/network/NetworkColiru.java b/src/network/NetworkColiru.java index ceb475c..5357b7b 100644 --- a/src/network/NetworkColiru.java +++ b/src/network/NetworkColiru.java @@ -48,7 +48,7 @@ public class NetworkColiru // If we got a valid response... if(!result.isEmpty()) { - result = "Here's what happened when I went to compiled that! \n```" + result + "```"; + result = "Here's what happened when I went to compile that! \n```" + result + "```"; } return result;