fix mini typo
This commit is contained in:
parent
b466bb5bbd
commit
21d81a71cc
1 changed files with 1 additions and 1 deletions
2
surf.c
2
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[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, "")) {
|
||||
|
|
Loading…
Reference in a new issue