From: Iain Patterson <me@iain.cx>
Date: Sun, 21 Mar 2010 11:47:16 +0000 (+0000)
Subject: Typo.
X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=b139e97ef925c1d1f9922d9a2b55d5d8b7e49ab0;p=profile.git

Typo.
---

diff --git a/opt/bin/ufont b/opt/bin/ufont
index 7d3e8b8..aab29fe 100755
--- a/opt/bin/ufont
+++ b/opt/bin/ufont
@@ -15,5 +15,5 @@ if [ -z "$size" ]; then
 fi
 
 escape="$font:pixelsize=$size:aspect=$aspect"
-echo -e "\033]710;$escape\007\033]711;$escap\007"
+echo -e "\033]710;$escape\007\033]711;$escape\007"
 exit $?