[applied] abipkgdiff: Fix a typo

Message ID 87ttycn3va.fsf@redhat.com
State New
Headers
Series [applied] abipkgdiff: Fix a typo |

Commit Message

Dodji Seketeli March 22, 2023, 4:32 p.m. UTC
  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(-)
  

Patch

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;