aboutsummaryrefslogtreecommitdiffstats
path: root/examples/plugins/chase
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-31 22:11:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-31 22:11:14 +0200
commite88546ddd249083c8e7ebf26dfb21e82e02b3554 (patch)
tree54e8da83d0dcbf8cfb331d6124dc24758f81a3b0 /examples/plugins/chase
parentm (diff)
downloadxpybar-e88546ddd249083c8e7ebf26dfb21e82e02b3554.tar.gz
xpybar-e88546ddd249083c8e7ebf26dfb21e82e02b3554.tar.bz2
xpybar-e88546ddd249083c8e7ebf26dfb21e82e02b3554.tar.xz
typo1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--examples/plugins/chase2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plugins/chase b/examples/plugins/chase
index 4d0eac2..c1f5e13 100644
--- a/examples/plugins/chase
+++ b/examples/plugins/chase
@@ -28,7 +28,7 @@ def redraw():
if chase is None:
chase = 'Waiting for doeschasehaveajobyet.com'
elif chase:
- chase = '\033[32mIt appears that Chase has a job, got to doeschasehaveajobyet.com to verify it\033[m'
+ chase = '\033[32mIt appears that Chase has a job, go to doeschasehaveajobyet.com to verify it\033[m'
else:
chase = '\033[31mSadly Chase does not appear to have a job yet\033[m'
bar.clear()