public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Dodji Seketeli <dodji@redhat.com>
To: libabigail@sourceware.org
Subject: [PATCH, applied] abipkgdiff: Fix a typo
Date: Wed, 22 Mar 2023 17:32:41 +0100	[thread overview]
Message-ID: <87ttycn3va.fsf@redhat.com> (raw)

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


                 reply	other threads:[~2023-03-22 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttycn3va.fsf@redhat.com \
    --to=dodji@redhat.com \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).