From: Enno Boland (tox) <tox@s01.de>
Date: Wed, 26 May 2010 13:34:09 +0000 (+0200)
Subject: typo
X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=8cc71f8216d0ca28a2c22306e7efc9e7ec587383;p=surf.git

typo
---

diff --git a/surf.c b/surf.c
index 360e0dc..8c76d73 100644
--- a/surf.c
+++ b/surf.c
@@ -334,8 +334,8 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
 	Arg arg;
 
 	updatewinid(c);
-	cmd = (Arg)DOWNLOAD("_SURF_HILIGHT");
-	spawn(c, &cmg);
+	arg = (Arg)DOWNLOAD("_SURF_HILIGHT");
+	spawn(c, &arg);
 	return FALSE;
 }