projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce293c2
)
Fix typo in abipkgdiff
author
Matthias Klose
<doko@debian.org>
Wed, 21 Sep 2016 16:42:51 +0000
(18:42 +0200)
committer
Dodji Seketeli
<dodji@redhat.com>
Wed, 21 Sep 2016 17:08:23 +0000
(19:08 +0200)
* tools/abipkgdiff.cc (extract_deb): Fix typo.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abipkgdiff.cc
patch
|
blob
|
history
diff --git
a/tools/abipkgdiff.cc
b/tools/abipkgdiff.cc
index 55101534342e0b4dde7182008c6b1e43b6253dad..14da21212a8efea8892ffaa75eb1d1d9b13fe33d 100644
(file)
--- a/
tools/abipkgdiff.cc
+++ b/
tools/abipkgdiff.cc
@@
-687,7
+687,7
@@
extract_deb(const string& package_path,
emit_prefix("abipkgdiff", cerr)
<< "Extracting package "
<< package_path
- << "to "
+ << "
to "
<< extracted_package_dir_path
<< " ...";