cleanup: spelling fixes in comments
[lttng-ust.git] / src / python-lttngust / lttngust / agent.py
index 8658372819c5e5cd60e6412ac2e26db3a62e6a56..66dbbd5e2b5efc00f5cc8b263f2f1aeffc29f94f 100644 (file)
@@ -96,7 +96,7 @@ class _TcpClient(object):
             except (Exception) as e:
                 # Whatever happens here, we have to close the socket and
                 # retry to connect to the session daemon since either
-                # the socket was closed, a network timeout occured, or
+                # the socket was closed, a network timeout occurred, or
                 # invalid data was received.
                 dbg._pdebug(self._debug('got exception: {}'.format(e)))
                 self._cleanup_socket()
This page took 0.022745 seconds and 4 git commands to generate.