fix mini typo

This commit is contained in:
Hiltjo Posthuma 2017-04-29 22:07:08 +02:00 committed by Quentin Rameau
parent b466bb5bbd
commit 21d81a71cc

2
surf.c
View file

@ -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, "")) {