diff --git a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
index f6345f57e41c954a8b0bd99eb72554ba9e887663..56226695ffacbe0ed0b3437978dc591c1dfb1771 100644
--- a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
+++ b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
@@ -114,7 +114,7 @@ public class TcpExample2ConnectionCounting
                     printStream.println("This client response was written by server " + TcpExample2ConnectionCounting.class.getName()); // to remote client
                      System.out.println("This server response was written by server " + TcpExample2ConnectionCounting.class.getName()); // to server console
                     
-                            printStream.println("You were connection #" + connectionCount + ", by my count");
+                    printStream.println("You were connection #" + connectionCount + ", by my count");
                     
                     // Print some information locally about the Socket connection.
                     // This includes the port and IP numbers on both sides (the socket pair.)