* [PATCH] tuna: Proofreading fixes
@ 2025-09-04 14:21 John B. Wyatt IV
2025-09-18 18:18 ` John Kacur
0 siblings, 1 reply; 2+ messages in thread
From: John B. Wyatt IV @ 2025-09-04 14:21 UTC (permalink / raw)
To: Clark Williams, John Kacur
Cc: John B. Wyatt IV, linux-rt-users, kernel-rts-sst,
John B. Wyatt IV
Fix some small proofreading errors.
Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
---
etc/tuna/example.conf | 2 +-
tuna/gui/profileview.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/tuna/example.conf b/etc/tuna/example.conf
index 7bb293e..0d3353f 100644
--- a/etc/tuna/example.conf
+++ b/etc/tuna/example.conf
@@ -55,5 +55,5 @@ net.core = core
#special section for this file description
[fileDescription]
-text = This file contain some features for tunning kernel params.Mainly this is example file for demonstrate tuna new features. Params are set as default or most uses value
+text = This file contains some features for tuning kernel params. Mainly this is an example file for demonstrating Tuna's new features. Params are set as default or the most used value.
diff --git a/tuna/gui/profileview.py b/tuna/gui/profileview.py
index 7570bc0..e5022b8 100644
--- a/tuna/gui/profileview.py
+++ b/tuna/gui/profileview.py
@@ -104,7 +104,7 @@ class profileview:
"%s\n\n%s\n%s" % \
(_("Config file was changed!"),
_("All changes will be lost"),
- _("Realy continue?"),))
+ _("Really continue?"),))
ret = dialog.run()
dialog.destroy()
if ret == Gtk.ResponseType.NO:
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] tuna: Proofreading fixes
2025-09-04 14:21 [PATCH] tuna: Proofreading fixes John B. Wyatt IV
@ 2025-09-18 18:18 ` John Kacur
0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2025-09-18 18:18 UTC (permalink / raw)
To: John B. Wyatt IV
Cc: Clark Williams, linux-rt-users, kernel-rts-sst, John B. Wyatt IV
On Thu, 4 Sep 2025, John B. Wyatt IV wrote:
> Fix some small proofreading errors.
>
> Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
> Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
> ---
> etc/tuna/example.conf | 2 +-
> tuna/gui/profileview.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/etc/tuna/example.conf b/etc/tuna/example.conf
> index 7bb293e..0d3353f 100644
> --- a/etc/tuna/example.conf
> +++ b/etc/tuna/example.conf
> @@ -55,5 +55,5 @@ net.core = core
>
> #special section for this file description
> [fileDescription]
> -text = This file contain some features for tunning kernel params.Mainly this is example file for demonstrate tuna new features. Params are set as default or most uses value
> +text = This file contains some features for tuning kernel params. Mainly this is an example file for demonstrating Tuna's new features. Params are set as default or the most used value.
>
> diff --git a/tuna/gui/profileview.py b/tuna/gui/profileview.py
> index 7570bc0..e5022b8 100644
> --- a/tuna/gui/profileview.py
> +++ b/tuna/gui/profileview.py
> @@ -104,7 +104,7 @@ class profileview:
> "%s\n\n%s\n%s" % \
> (_("Config file was changed!"),
> _("All changes will be lost"),
> - _("Realy continue?"),))
> + _("Really continue?"),))
> ret = dialog.run()
> dialog.destroy()
> if ret == Gtk.ResponseType.NO:
> --
Thank you
Signed-off-by: John Kacur <jkacur@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-18 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 14:21 [PATCH] tuna: Proofreading fixes John B. Wyatt IV
2025-09-18 18:18 ` John Kacur
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 NNTP newsgroup(s).