2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

Fix "*tivty" typos.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
Justin Pettit
2012-07-23 00:24:30 -07:00
parent b4e1bf8b7e
commit 293d49bdd6
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ vlog = ovs.vlog.Vlog("stream")
def stream_or_pstream_needs_probes(name):
""" 1 if the stream or pstream specified by 'name' needs periodic probes to
verify connectivty. For [p]streams which need probes, it can take a long
verify connectivity. For [p]streams which need probes, it can take a long
time to notice the connection was dropped. Returns 0 if probes aren't
needed, and -1 if 'name' is invalid"""