git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commit003924f3ee01b96c033db0faafc9456bdfb6ee4a
parent71098bc987
authorDio Speedwagon <diogonal@mailbox.org>
date2020-02-12 18:28
fixed spelling (sxvi to sxiv)

 fontpreview | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fontpreview b/fontpreview
index fed00a9..8d7e513 100755
--- a/fontpreview
+++ b/fontpreview
@@ -124,11 +124,11 @@ main(){
             # sxiv when the user exits the script
             echo $! >"$PIDFILE"
 
-	# Check for crashes of sxvi   
+	# Check for crashes of sxiv   
 	elif [ -f $PIDFILE ] ; then
 	    PID=$(cat $PIDFILE)
 	    if  [ ! -e /proc/$PID ] ; then
-		echo "Restart sxvi - You maybe using a obsolete version. " >&2
+		echo "Restart sxiv - You maybe using a obsolete version. " >&2
 		# Display the font preview using sxiv
 		sxiv -g "$SIZE$POSITION" "$FONT_PREVIEW" -N "fontpreview" -b &