spell check *everything* authored by anarcat's avatar anarcat
After one too many pipeline failures due to old spell-checking
mistakes, I decided to own up to my stuff and spell check
everything. I actually ran:

     codespell --interactive 3 --write-changes *

And dealt with *almost* all the errors, except stuff in old/ which
I'll remove shortly.

When an error comes up now, it is new and should be fixed.
...@@ -55,7 +55,7 @@ The steps to upgrade LimeSurvey are: ...@@ -55,7 +55,7 @@ The steps to upgrade LimeSurvey are:
sudo -u postgres psql -d limesurvey -c "UPDATE lime_settings_global SET stg_value='off' WHERE stg_name='maintenancemode'" sudo -u postgres psql -d limesurvey -c "UPDATE lime_settings_global SET stg_value='off' WHERE stg_name='maintenancemode'"
Because LimeSurvey does not make available previous release zip-files, the old Because LimeSurvey does not make available previous release zip-files, the old
code installation directory is kept on the server, along with prevously code installation directory is kept on the server, along with previously
downloaded release archives. This is intentional, to make rolling back easier downloaded release archives. This is intentional, to make rolling back easier
in case of problems during an upgrade. in case of problems during an upgrade.
... ...
......