From 3e9f92eaaa9daf8e5ce3e6652b0335f2be5be4e7 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 22 Jun 2014 20:29:16 +0200 Subject: Fix a very important typo --- browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3