summaryrefslogtreecommitdiff
path: root/ovsdb/table.c
diff options
context:
space:
mode:
authorAndy Hill <hillad@gmail.com>2013-06-04 17:35:36 -0500
committerBen Pfaff <blp@nicira.com>2013-06-04 21:53:33 -0700
commitec9f40dce11c7e81bc41d42e3bbfaaf8287165ce (patch)
tree3a82f3d653ed64601e6781fd05022fe2cea6d903 /ovsdb/table.c
parent4be5ac89bea2972007d53992be841e0e8eb3350b (diff)
downloadopenvswitch-ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce.tar.gz
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>
Diffstat (limited to 'ovsdb/table.c')
-rw-r--r--ovsdb/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/table.c b/ovsdb/table.c
index 0d4f52275..e7545ad31 100644
--- a/ovsdb/table.c
+++ b/ovsdb/table.c
@@ -230,7 +230,7 @@ error:
* The "isRoot" member is included in the JSON only if its value would differ
* from 'default_is_root'. Ordinarily 'default_is_root' should be false,
* because ordinarily a table would be not be part of the root set if its
- * "isRoot" member is omitted. However, garbage collection was not orginally
+ * "isRoot" member is omitted. However, garbage collection was not originally
* included in OVSDB, so in older schemas that do not include any "isRoot"
* members, every table is implicitly part of the root set. To serialize such
* a schema in a way that can be read by older OVSDB tools, specify