$OpenBSD: patch-config_defaults_inc_php,v 1.14 2020/06/08 08:46:08 sthen Exp $

Index: config/defaults.inc.php
--- config/defaults.inc.php.orig
+++ config/defaults.inc.php
@@ -796,10 +796,10 @@ $config['spellcheck_dictionary'] = false;
 // - 'pspell'  - requires the PHP Pspell module and aspell installed
 // - 'enchant' - requires the PHP Enchant module
 // - 'atd'     - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
-// Since Google shut down their public spell checking service, the default settings
+// Since Google shut down their public spell checking service, the default settings for 'googie'
 // connect to http://spell.roundcube.net which is a hosted service provided by Roundcube.
 // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
-$config['spellcheck_engine'] = 'googie';
+$config['spellcheck_engine'] = 'pspell';
 
 // For locally installed Nox Spell Server or After the Deadline services,
 // please specify the URI to call it.
