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:
6641e71
)
abipkgdiff: Fix a typo
author
Dodji Seketeli
<dodji@redhat.com>
Wed, 22 Mar 2023 14:42:43 +0000
(15:42 +0100)
committer
Dodji Seketeli
<dodji@redhat.com>
Wed, 22 Mar 2023 14:42:43 +0000
(15:42 +0100)
* tools/abipkgdiff.cc (compare_to_self): Fix a 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 a2b6ab8bca0e2280647183b0b6a0bb70b2b42bd3..09adc837536374b98c991ed035557f166fc0fa09 100644
(file)
--- a/
tools/abipkgdiff.cc
+++ b/
tools/abipkgdiff.cc
@@
-1709,7
+1709,7
@@
compare_to_self(const elf_file& elf,
emit_prefix("abipkgdiff", cerr)
<< "Could not read file '"
<< elf.path
- << "' proper
t
ly\n";
+ << "' properly\n";
if (detailed_error_status)
*detailed_error_status = c_status;