From: Peter Hofmann Date: Sun, 22 Jun 2014 18:29:16 +0000 (+0200) Subject: Fix a very important typo X-Git-Tag: v1.0.0~239 X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;h=3e9f92eaaa9daf8e5ce3e6652b0335f2be5be4e7;p=chorizo.git Fix a very important typo --- 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. */