From: Benno Schulenberg <bensberg@telfort.nl>
To: util-linux@vger.kernel.org
Subject: [PATCH 2/2] hardlink: replace a strange word in an error message
Date: Tue, 4 Mar 2025 17:08:06 +0100 [thread overview]
Message-ID: <20250304160806.10374-2-bensberg@telfort.nl> (raw)
In-Reply-To: <20250304160806.10374-1-bensberg@telfort.nl>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
---
misc-utils/hardlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index 6ac4a3306..ae8215901 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -1484,7 +1484,7 @@ int main(int argc, char *argv[])
rc = ul_fileeq_init(&fileeq, opts.method);
}
if (rc < 0)
- err(EXIT_FAILURE, _("failed to initialize files comparior"));
+ err(EXIT_FAILURE, _("failed to initialize files comparer"));
/* default I/O size */
if (!opts.io_size) {
--
2.48.1
next prev parent reply other threads:[~2025-03-04 16:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 16:08 [PATCH 1/2] lsmem: increase the available width for the summary text labels Benno Schulenberg
2025-03-04 16:08 ` Benno Schulenberg [this message]
2025-03-06 17:52 ` Karel Zak
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=20250304160806.10374-2-bensberg@telfort.nl \
--to=bensberg@telfort.nl \
--cc=util-linux@vger.kernel.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