mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-14 03:49:28 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user