Description: Fix spell of word persistant to persistent
Author: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com)
Last-update: 2015-07-27
Index: grun-0.9.3/grun.c
===================================================================
--- grun-0.9.3.orig/grun.c
+++ grun-0.9.3/grun.c
@@ -1022,7 +1022,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"));
