Merge branch 'fix-parent-typo' into 'master'

ostree.gv: Fix a couple typos

See merge request alexl/variant-schema-compiler!7
This commit is contained in:
Alexander Larsson
2020-09-15 06:58:15 +00:00

View File

@@ -1,4 +1,4 @@
/* Commanly used, give a name */
/* Commonly used, give a name */
type Metadata [string] variant;
type Checksum []byte;
@@ -13,7 +13,7 @@ type Summary {
type Commit {
metadata: Metadata;
patent: Checksum;
parent: Checksum;
related: [] 'Related {
ref: string;
commit: Checksum;