Skip to content

Commit bdfa2c9

Browse files
authored
Fix typos
1 parent 79f2e1e commit bdfa2c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/libsolv-constantids.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Constant Ids are Ids of strings that are often needed. They are defined
1515
to ease programming and reduce the number of pool_str2id calls. The
1616
constant Ids are part of the binary ABI of libsolv, a minor version
1717
update will only add new constants and not change existing Ids to
18-
maintain compatible. The on-disk solv format works does not use the
19-
fixed Ids, but instead references the strings, so solv files can still
20-
be read when the ABI is broken.
18+
maintain compatibility. The on-disk solv format does not use the fixed
19+
Ids, but instead references the strings, so solv files can still be
20+
read when the ABI is broken.
2121

2222

2323
Special Strings
@@ -31,7 +31,7 @@ Special Strings
3131

3232
Solvable Attributes
3333
-------------------
34-
These are Ids for keyname of attributes. They can be used in the
34+
These are Ids for keynames of attributes. They can be used in the
3535
lookup and storage functions to select the correct attribute in the
3636
solvable. The descriptions below describe the intended semantics
3737
of the values stored in the attribute with the keyname.

0 commit comments

Comments
 (0)