summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index 938f941..cd62ec8 100644
--- a/browser.c
+++ b/browser.c
@@ -223,7 +223,7 @@ client_new(const gchar *uri)
c->web_view = webkit_web_view_new();
/* XXX I really do want to enable this option. However, I get
- * reproducable crashes with it enabled. I've seen bug reports from
+ * reproducible crashes with it enabled. I've seen bug reports from
* 2010 about this... WebKit crashes in libpixman, so maybe it's not
* a WebKit issue.
* Yeah, well. I'll turn it off for now. */