Fix "*tivty" typos.
[openvswitch] / python / ovs / stream.py
index aa512f6277cb37e29e977d9848b03a68e714904c..9c10612d920b32c74482d8daeb6eae4922edbffa 100644 (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"""