X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fpython-lttngust%2Flttngust%2Fagent.py;h=66dbbd5e2b5efc00f5cc8b263f2f1aeffc29f94f;hb=2fbda51c64f28b33b8febffc998af235e6fa9ea9;hp=8658372819c5e5cd60e6412ac2e26db3a62e6a56;hpb=81b2d23800224648edd5850dd43b78d00b668a5e;p=lttng-ust.git diff --git a/src/python-lttngust/lttngust/agent.py b/src/python-lttngust/lttngust/agent.py index 86583728..66dbbd5e 100644 --- a/src/python-lttngust/lttngust/agent.py +++ b/src/python-lttngust/lttngust/agent.py @@ -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()