Fix some small proofreading errors. Signed-off-by: John B. Wyatt IV <jwyatt@xxxxxxxxxx> Signed-off-by: John B. Wyatt IV <sageofredondo@xxxxxxxxx> --- 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