cleanup: spelling fixes in comments
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / LttngTcpSessiondClient.java
index 9fa8c3acdbcfbc22cf3d873d184b9011835b414b..cb84087af6a42fc81aa434dd7ec1018098c3e567 100644 (file)
@@ -41,7 +41,7 @@ public class LttngTcpSessiondClient implements Runnable {
        private static final int PROTOCOL_MAJOR_VERSION = 2;
        private static final int PROTOCOL_MINOR_VERSION = 0;
 
-       /** Command header from the session deamon. */
+       /** Command header from the session daemon. */
        private final CountDownLatch registrationLatch = new CountDownLatch(1);
 
        private Socket sessiondSock;
This page took 0.022804 seconds and 4 git commands to generate.