shithub: werc

Download patch

ref: a904204eda45b0ad45411bdba4fd4343e1f7f9f0
parent: c0eaefe4fe17c4f7bc14e60aa8f21e58d7b6f48e
author: Stanley Lieber <sl@stanleylieber.com>
date: Sun May 31 18:59:34 EDT 2020

apps/duckduckgo/HOWTO: fix typo

--- a/apps/duckduckgo/HOWTO
+++ b/apps/duckduckgo/HOWTO
@@ -9,7 +9,7 @@
 
 Searches will POST to /_search/ and from there get redirected to Duck Duck 
 Go with a site:$SERVER_NAME prefix.  To have the search path URL be some-
-thing differen, you'll have to edit line 23 of app.rc to point to the new
+thing different, you'll have to edit line 23 of app.rc to point to the new
 path.
 
 TODO: make it automatically work no matter which directory the app is 
--