commit 21d81a71cc55ea52c836c49eca351940fefb1287
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sat Apr 29 22:07:08 2017 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Sun Apr 30 00:10:11 2017 +0200
fix mini typo
diff --git a/surf.c b/surf.c
index 59cea07..d67d09b 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -1005,7 +1005,7 @@ newview(Client *c, WebKitWebView *rv)
"enable-site-specific-quirks", curconfig[SiteQuirks].val.b,
"media-playback-requires-user-gesture", curconfig[MediaManualPlay].val.b,
NULL);
-/* For mor interesting settings, have a look at
+/* For more interesting settings, have a look at
*
http://webkitgtk.org/reference/webkit2gtk/stable/WebKitSettings.html */
if (strcmp(fulluseragent, "")) {
Received on Sun Apr 30 2017 - 23:25:12 CEST