diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-06-22 20:29:16 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-06-22 20:29:16 +0200 |
commit | 3e9f92eaaa9daf8e5ce3e6652b0335f2be5be4e7 (patch) | |
tree | a823e276570cb094c9c6541126611bae8fe9926a | |
parent | 54d0d5166db966d8e7048e97d736ebed44b8fe6d (diff) | |
download | lariza-3e9f92eaaa9daf8e5ce3e6652b0335f2be5be4e7.tar.gz |
Fix a very important typo
-rw-r--r-- | browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |