fix mini typo
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 29 Apr 2017 20:07:08 +0000 (22:07 +0200)
committerQuentin Rameau <quinq@fifth.space>
Sat, 29 Apr 2017 22:10:11 +0000 (00:10 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 59cea07..d67d09b 100644 (file)
--- 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[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, "")) {