summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-17 22:45:08 -0300
committerTingPing <tngpng@gmail.com>2013-04-17 22:45:08 -0300
commita14bd119b787487bf2fbbaa0334dae42f3eedab3 (patch)
tree7f77fcd0ab7d037cc82ed7f1812d1b4f35ed20b3 /src/common
parentf9cf25f797c0efaa0b8ca1fa2da585e452d2e420 (diff)
typo
Diffstat (limited to 'src/common')
-rw-r--r--src/common/hexchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 5848817c..7876c9e4 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -718,7 +718,7 @@ static char defaultconf_commands[] =
 	"NAME WII\n"			"CMD quote WHOIS %2 %2\n\n";
 
 static char defaultconf_urlhandlers[] =
-		"NAME Open Link in Private Firefox Window\n"		"CMD !firefox -private %s'\n\n";
+		"NAME Open Link in Private Firefox Window\n"		"CMD !firefox -private %s\n\n";
 
 #ifdef USE_SIGACTION
 /* Close and open log files on SIGUSR1. Usefull for log rotating */