aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-09 13:30:31 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-09 13:30:31 +0200
commit6e9d1499e263b488336a877fd7b1acbed2551d92 (patch)
treedb744ef185e562140faa6292360df2a1f4303d0c /uzbl-core.c
parent2d099c0efd24118f251c1aa3ff04f2103b5dd7a7 (diff)
docu update & typo fix
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index 6fbae8f..9eaa753 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -419,7 +419,7 @@ void send_event_stdout(GString *msg) {
/*
* build event string and send over the supported interfaces
- * cutom_event == NULL indicates an internal event
+ * custom_event == NULL indicates an internal event
*/
void
send_event(int type, const gchar *details, const gchar *custom_event) {