Skip to content

Commit c750634

Browse files
fmoessbauerUrist-McGit
authored andcommitted
docs: fix typos reported by debian lintian
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
1 parent 6ca83a0 commit c750634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/design-decisions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The universal ingress, often seen with the ``--from-pkglist`` option, has some c
192192
193193
In fact, there are subtle differences: in the first case the information from the ``extended_states`` file is used to find out which packages are manually installed and which are automatically pulled in as dependencies. In the second command all packages in the status file are considered manually installed, which would affect the dependency graph.
194194

195-
That is because we assume that with the ``--from-pkglist`` option the rootfs and the packages are not directly related. We can still find packages from the universal ingress in the apt-cache and enrich their entries, but any other local information does not apply to them. In general you should be careful when using universal ingress, as depending on the rootfs you are using and the state of the apt-cache in there, you might have reproducability issues.
195+
That is because we assume that with the ``--from-pkglist`` option the rootfs and the packages are not directly related. We can still find packages from the universal ingress in the apt-cache and enrich their entries, but any other local information does not apply to them. In general you should be careful when using universal ingress, as depending on the rootfs you are using and the state of the apt-cache in there, you might have reproducibility issues.
196196

197197
License Information
198198
-------------------

docs/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ And the same list of packages can be repacked:
188188
Export as Graph
189189
~~~~~~~~~~~~~~~
190190
191-
The :doc:`/commands/export` allows to convert the SBOM into various graph representations.
191+
The :doc:`/commands/export` allows one to convert the SBOM into various graph representations.
192192
These can be used as input to graph visualization and analysis tooling (like Gephi).
193193
194194
.. note::

0 commit comments

Comments
 (0)