minor Java Update

- Spelling fix
This commit is contained in:
Chris Teubert
2015-04-24 15:29:02 -07:00
committed by Jason Watkins
parent c2ab55e2d0
commit a46c7386f4

View File

@@ -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
{