All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c-detect: fix a typo argment -> argument
@ 2021-12-20 20:27 Aurelien Jarno
  2022-01-03  9:50 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Aurelien Jarno @ 2021-12-20 20:27 UTC (permalink / raw)
  To: linux-i2c; +Cc: Jean Delvare, Aurelien Jarno

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 tools/i2cdetect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/i2cdetect.c b/tools/i2cdetect.c
index 0b9af48..1f34b56 100644
--- a/tools/i2cdetect.c
+++ b/tools/i2cdetect.c
@@ -278,7 +278,7 @@ int main(int argc, char *argv[])
 
 		tmp = strtol(argv[flags+2], &end, 0);
 		if (*end) {
-			fprintf(stderr, "Error: FIRST argment not a "
+			fprintf(stderr, "Error: FIRST argument not a "
 				"number!\n");
 			help();
 			exit(1);
@@ -293,7 +293,7 @@ int main(int argc, char *argv[])
 
 		tmp = strtol(argv[flags+3], &end, 0);
 		if (*end) {
-			fprintf(stderr, "Error: LAST argment not a "
+			fprintf(stderr, "Error: LAST argument not a "
 				"number!\n");
 			help();
 			exit(1);
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c-detect: fix a typo argment -> argument
  2021-12-20 20:27 [PATCH] i2c-detect: fix a typo argment -> argument Aurelien Jarno
@ 2022-01-03  9:50 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2022-01-03  9:50 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: linux-i2c, Jean Delvare

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]

On Mon, Dec 20, 2021 at 09:27:18PM +0100, Aurelien Jarno wrote:
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Applied, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-03  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 20:27 [PATCH] i2c-detect: fix a typo argment -> argument Aurelien Jarno
2022-01-03  9:50 ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.