public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] abipkgdiff: Fix a typo
@ 2023-03-22 16:32 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2023-03-22 16:32 UTC (permalink / raw)
  To: libabigail

Hello,

When looking at something else, I stumbled upon a typo.  Fixed thus.

	* tools/abipkgdiff.cc (compare_to_self): Fix a typo.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 tools/abipkgdiff.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index a2b6ab8b..09adc837 100644
--- 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
-	    << "' propertly\n";
+	    << "' properly\n";
 
 	if (detailed_error_status)
 	  *detailed_error_status = c_status;
-- 
2.39.2


-- 
		Dodji


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-22 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 16:32 [PATCH, applied] abipkgdiff: Fix a typo Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).