Introduction
Introduction Statistics Contact Development Disclaimer Help
fix mini typo - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 21d81a71cc55ea52c836c49eca351940fefb1287
parent b466bb5bbdf18a2f9030f9edc3f4ee1f4a3cbf32
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 29 Apr 2017 22:07:08 +0200
fix mini typo
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
@@ -1005,7 +1005,7 @@ newview(Client *c, WebKitWebView *rv)
"enable-site-specific-quirks", curconfig[SiteQuirks].val.b,
"media-playback-requires-user-gesture", curconfig[MediaManu…
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, "")) {
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.