changeset 574:3f1d576e182d

fix
author riono
date Thu, 06 Feb 2020 22:29:23 +0900
parents 4636bbd2e1f7
children a898e6335978
files src/main/java/com/glavsoft/rfb/protocol/ReceiverTask.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/com/glavsoft/rfb/protocol/ReceiverTask.java	Thu Feb 06 21:57:35 2020 +0900
+++ b/src/main/java/com/glavsoft/rfb/protocol/ReceiverTask.java	Thu Feb 06 22:29:23 2020 +0900
@@ -418,7 +418,7 @@
                 System.out.println("Bytes is not equal elements");
             }
         }else {
-            System.out.println("Bytes is not equal lenght");
+            System.out.println("Bytes is not equal length");
         }
     }