]> git.armaanb.net Git - chorizo.git/commitdiff
Fix a very important typo
authorPeter Hofmann <scm@uninformativ.de>
Sun, 22 Jun 2014 18:29:16 +0000 (20:29 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sun, 22 Jun 2014 18:29:16 +0000 (20:29 +0200)
browser.c

index 938f9418fc3f42d38269cd8de023bcdd51b41983..cd62ec8512689735613450fefcfdf833de16f1f5 100644 (file)
--- 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. */