From a46c7386f4357d859553e4ec7050056744a9d87a Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Fri, 24 Apr 2015 15:29:02 -0700 Subject: [PATCH] minor Java Update - Spelling fix --- Java/src/XPlaneConnect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java/src/XPlaneConnect.java b/Java/src/XPlaneConnect.java index 8297061..f59e18c 100644 --- a/Java/src/XPlaneConnect.java +++ b/Java/src/XPlaneConnect.java @@ -731,7 +731,7 @@ public class XPlaneConnect implements AutoCloseable * Sets the port on which the client will receive data from X-Plane. * * @param port The new incoming port number. - * @throws IOException If the command cannnot be sent. + * @throws IOException If the command cannot be sent. */ public void setCONN(int port) throws IOException {