* [PATCH] speakup: Fix spelling mistake "windo" -> "window"
@ 2023-04-17 18:32 Colin Ian King
2023-04-17 18:33 ` Samuel Thibault
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-04-17 18:32 UTC (permalink / raw)
To: William Hubbs, Chris Brannon, Kirk Reiser, Samuel Thibault,
speakup
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/accessibility/speakup/i18n.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/accessibility/speakup/i18n.c b/drivers/accessibility/speakup/i18n.c
index d62079b1661f..554bf81f2c1c 100644
--- a/drivers/accessibility/speakup/i18n.c
+++ b/drivers/accessibility/speakup/i18n.c
@@ -31,7 +31,7 @@ static char *speakup_default_msgs[MSG_LAST_INDEX] = {
[MSG_CURSORING_OFF] = "cursoring off",
[MSG_CURSORING_ON] = "cursoring on",
[MSG_HIGHLIGHT_TRACKING] = "highlight tracking",
- [MSG_READ_WINDOW] = "read windo",
+ [MSG_READ_WINDOW] = "read window",
[MSG_READ_ALL] = "read all",
[MSG_EDIT_DONE] = "edit done",
[MSG_WINDOW_ALREADY_SET] = "window already set, clear then reset",
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] speakup: Fix spelling mistake "windo" -> "window"
2023-04-17 18:32 [PATCH] speakup: Fix spelling mistake "windo" -> "window" Colin Ian King
@ 2023-04-17 18:33 ` Samuel Thibault
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2023-04-17 18:33 UTC (permalink / raw)
To: Colin Ian King
Cc: William Hubbs, Chris Brannon, Kirk Reiser, speakup,
kernel-janitors, linux-kernel
Colin Ian King, le lun. 17 avril 2023 19:32:03 +0100, a ecrit:
> There is a spelling mistake in a literal string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
> drivers/accessibility/speakup/i18n.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/accessibility/speakup/i18n.c b/drivers/accessibility/speakup/i18n.c
> index d62079b1661f..554bf81f2c1c 100644
> --- a/drivers/accessibility/speakup/i18n.c
> +++ b/drivers/accessibility/speakup/i18n.c
> @@ -31,7 +31,7 @@ static char *speakup_default_msgs[MSG_LAST_INDEX] = {
> [MSG_CURSORING_OFF] = "cursoring off",
> [MSG_CURSORING_ON] = "cursoring on",
> [MSG_HIGHLIGHT_TRACKING] = "highlight tracking",
> - [MSG_READ_WINDOW] = "read windo",
> + [MSG_READ_WINDOW] = "read window",
> [MSG_READ_ALL] = "read all",
> [MSG_EDIT_DONE] = "edit done",
> [MSG_WINDOW_ALREADY_SET] = "window already set, clear then reset",
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-17 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 18:32 [PATCH] speakup: Fix spelling mistake "windo" -> "window" Colin Ian King
2023-04-17 18:33 ` Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox