mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user