mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-15 14:34:38 +00:00
Fix typo in abipkgdiff
* tools/abipkgdiff.cc (extract_deb): Fix typo. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
ce293c2d43
commit
91a81e40a2
@ -687,7 +687,7 @@ extract_deb(const string& package_path,
|
||||
emit_prefix("abipkgdiff", cerr)
|
||||
<< "Extracting package "
|
||||
<< package_path
|
||||
<< "to "
|
||||
<< " to "
|
||||
<< extracted_package_dir_path
|
||||
<< " ...";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user