Browse Source

Fixed typo.

Martin Edenhofer 9 years ago
parent
commit
f527a058c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/websocket-server.rb

+ 1 - 1
script/websocket-server.rb

@@ -133,7 +133,7 @@ EventMachine.run {
         next
       end
 
-      # check if connection already exists
+      # check if connection not already exists
       next if !@clients[client_id]
 
       # spool messages for new connects