Fix misspellings in comments and docs.
[sliver-openvswitch.git] / python / ovs / db / data.py
index 55e7a73..e21a1cc 100644 (file)
@@ -468,7 +468,7 @@ class Datum(object):
         new datum's value is taken from 'value', which must take the form
         described as a valid return value from Datum.to_python() for 'type'.
 
-        Each scalar value within 'value' is initally passed through
+        Each scalar value within 'value' is initially passed through
         'row_to_uuid', which should convert objects that represent rows (if
         any) into uuid.UUID objects and return other data unchanged.