Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648444 - app-portage/gentoolkit - typo in revdep-rebuild help
Summary: app-portage/gentoolkit - typo in revdep-rebuild help
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-02-21 21:48 UTC by Johannes Buchner
Modified: 2022-07-10 23:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch informations->information (typos.diff,1.46 KB, patch)
2018-02-21 21:48 UTC, Johannes Buchner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Buchner 2018-02-21 21:48:06 UTC
Created attachment 520490 [details, diff]
patch informations->information

The attached patch fixes a simple typo 

Print debug informations -> Print debug information
Show version informations -> Show version information

https://ell.stackexchange.com/questions/17748/information-or-informations
Comment 1 Larry the Git Cow gentoo-dev 2022-07-10 01:24:30 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8c9b533343801fcab49a150c1e49dddf7bdaf4f3

commit 8c9b533343801fcab49a150c1e49dddf7bdaf4f3
Author:     Brian Dolbec <dolsen@gentoo.org>
AuthorDate: 2022-07-10 01:21:14 +0000
Commit:     Brian Dolbec <dolsen@gentoo.org>
CommitDate: 2022-07-10 01:21:14 +0000

    Fix typo "informations" revdep-rebuild & eshowkw
    
    original Author: buchner.johannes@gmx.at
    Bug: https://bugs.gentoo.org/648444
    
    Signed-off-by: Brian Dolbec <dolsen@gentoo.org>

 pym/gentoolkit/eshowkw/keywords_content.py | 2 +-
 pym/gentoolkit/revdep_rebuild/analyse.py   | 2 +-
 pym/gentoolkit/revdep_rebuild/settings.py  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)