Description: Fix spell of word persistant to persistent
Author: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com)
Forwarded: no
Reviewed-By: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Last-update: 2022-11-21

Index: grun/grun.c
===================================================================
--- grun.orig/grun.c
+++ grun/grun.c
@@ -871,7 +871,7 @@ int main(int argc, char **argv) {
 
 		for (c = ARG_BASE; c < argc; c++) {
 			if (strcmp(argv[c], "--help") == 0 ) {
-				g_print(gettext("gRun launches applications under X\n\nUsage grun [options] [file options]\n\n   file options     Launch file directly, no dialog boxes\n   --persist        Dialog persistance\n   --preload file   Load file as default command\n   --notips         Disable tooltips\n   --version        Show version\n   --help           Show this guide \n\nCopyright Southern Gold Development 1998\n"));
+				g_print(gettext("gRun launches applications under X\n\nUsage grun [options] [file options]\n\n   file options     Launch file directly, no dialog boxes\n   --persist        Dialog persistence\n   --preload file   Load file as default command\n   --notips         Disable tooltips\n   --version        Show version\n   --help           Show this guide \n\nCopyright Southern Gold Development 1998\n"));
 				exit(0);
 			}
 			if (strcmp(argv[c], "--version") == 0) {
@@ -974,7 +974,7 @@ int main(int argc, char **argv) {
 	gtk_box_pack_start_defaults(GTK_BOX (button_box), btn);
 	gtk_signal_connect(GTK_OBJECT (btn), "clicked", (GtkSignalFunc) cancel, (gpointer) gdat);
 	if (persist) {
-		gtk_tooltips_set_tip(tips, btn, gettext("Close gRun"), gettext("The Close button will close the persistant gRun window"));
+		gtk_tooltips_set_tip(tips, btn, gettext("Close gRun"), gettext("The Close button will close the persistent gRun window"));
 	}
 	else {
 		gtk_tooltips_set_tip(tips, btn, gettext("Cancel launch"), gettext("The Cancel button cancels the launch process and closes gRun"));
Index: grun/ChangeLog
===================================================================
--- grun.orig/ChangeLog
+++ grun/ChangeLog
@@ -104,7 +104,7 @@
 8 December 1998
 	- Added feature to check if command is GUI or console
 		see file README section TESTFILE
-	- Added dialog persistance.
+	- Added dialog persistence.
 	- Dropped short command line switches -v -h
 
 7 December 1998
Index: grun/po/de.po
===================================================================
--- grun.orig/po/de.po
+++ grun/po/de.po
@@ -26,7 +26,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/es.po
===================================================================
--- grun.orig/po/es.po
+++ grun/po/es.po
@@ -25,7 +25,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/fr.po
===================================================================
--- grun.orig/po/fr.po
+++ grun/po/fr.po
@@ -26,7 +26,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/grun.pot
===================================================================
--- grun.orig/po/grun.pot
+++ grun/po/grun.pot
@@ -27,7 +27,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/pt.po
===================================================================
--- grun.orig/po/pt.po
+++ grun/po/pt.po
@@ -26,7 +26,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/sk.po
===================================================================
--- grun.orig/po/sk.po
+++ grun/po/sk.po
@@ -29,7 +29,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
Index: grun/po/sv.po
===================================================================
--- grun.orig/po/sv.po
+++ grun/po/sv.po
@@ -26,7 +26,7 @@ msgid ""
 "Usage grun [options] [file options]\n"
 "\n"
 "   file options     Launch file directly, no dialog boxes\n"
-"   --persist        Dialog persistance\n"
+"   --persist        Dialog persistence\n"
 "   --preload file   Load file as default command\n"
 "   --notips         Disable tooltips\n"
 "   --version        Show version\n"
