After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 704365 - Typo in the document (ostree.xml)
Typo in the document (ostree.xml)
Status: RESOLVED FIXED
Product: ostree
Classification: Infrastructure
Component: general
2013.4
Other All
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-07-17 03:19 UTC by Jiro Matsuzawa
Modified: 2013-07-17 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
doc: Fix a typo (757 bytes, patch)
2013-07-17 03:22 UTC, Jiro Matsuzawa
committed Details | Review

Description Jiro Matsuzawa 2013-07-17 03:19:12 UTC
I understand that the following "dpg" means "dpkg". Is it right?

diff --git a/doc/ostree.xml b/doc/ostree.xml
index 2848b18..bc9357b 100644
--- a/doc/ostree.xml
+++ b/doc/ostree.xml
@@ -66,7 +66,7 @@
                </para>
                <para>
                  Unlike <literal>rpm</literal> or
-                 <literal>dpg</literal>, OSTree is only aware of
+                 <literal>dpkg</literal>, OSTree is only aware of
                  complete filesystem trees.  It has no built-in
                  knowledge of what components went into creating the
                  filesystem tree.
Comment 1 Jiro Matsuzawa 2013-07-17 03:22:20 UTC
Created attachment 249342 [details] [review]
doc: Fix a typo
Comment 2 Colin Walters 2013-07-17 12:21:29 UTC
Review of attachment 249342 [details] [review]:

Yes, thank you!