summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-02 11:23:24 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-02 11:23:24 +0200
commit6013c6f4f09c1aedf373654dfadac398f0e0a91d (patch)
tree7ff9758ea9fb8a70b7cff10fdd7c3dab2a2d0b19
parent5844279e5b7689aacd955043367eebdfa3ec6b46 (diff)
Fixed typo.
-rw-r--r--cmdline/apt-cache.cc2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index e0043b0c8..420630694 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1740,7 +1740,7 @@ bool ShowHelp(CommandLine &Cmd)
" depends - Show raw dependency information for a package\n"
" rdepends - Show reverse dependency information for a package\n"
" pkgnames - List the names of all packages in the system\n"
- " dotty - Generate package graphs for GraphVis\n"
+ " dotty - Generate package graphs for GraphViz\n"
" xvcg - Generate package graphs for xvcg\n"
" policy - Show policy settings\n"
"\n"
diff --git a/debian/changelog b/debian/changelog
index 5dd31b264..514546ff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ apt (0.7.17) unstable; urgency=low
- Actualized 'Uploaders' field.
* cmdline/apt-cache.cc:
- Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
+ - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
* doc/:
- Substituded 'apt-archive' with 'apt-ftparchive' in docs.
Patch based on work of Andre Felipe Machado. (Closes: #350865)