git clone https://git.lucas.co/fontpreview.git
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 &