[odrs-web] Codespell fixes



commit 7e785de80acb260d26bd34ed725b6caa4b977e17
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 16 20:21:11 2022 +0000

    Codespell fixes

 app_data/Makefile                    | 5 +++--
 app_data/odrs/templates/privacy.html | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/app_data/Makefile b/app_data/Makefile
index 423355e..1f6461f 100644
--- a/app_data/Makefile
+++ b/app_data/Makefile
@@ -46,8 +46,8 @@ check: $(PYTEST)
 blacken:
        find migrations odrs -name '*.py' -exec ./env/bin/black {} \;
 
-codespell: $(CODESPELL)
-       $(CODESPELL) --write-changes --builtin en-GB_to_en-US --skip \
+codespell:
+       codespell --write-changes --builtin en-GB_to_en-US --skip \
        .git,\
        .mypy_cache,\
        .coverage,\
@@ -59,4 +59,5 @@ codespell: $(CODESPELL)
        *.pdf,\
        *.gz,\
        *.ico,\
+       *.csv,\
        env
diff --git a/app_data/odrs/templates/privacy.html b/app_data/odrs/templates/privacy.html
index 0ead1af..35a5530 100644
--- a/app_data/odrs/templates/privacy.html
+++ b/app_data/odrs/templates/privacy.html
@@ -70,10 +70,10 @@
 <h2>Data security</h2>
 <p>
   We keep personal data secure against loss or misuse.
-  Where other organisations process personal data as a service on our behalf,
+  Where other organizations process personal data as a service on our behalf,
   the DPO will establish what, if any, additional specific data security
   arrangements need to be implemented in contracts with those third party
-  organisations.
+  organizations.
 </p>
 
 <h2>Storing data securely</h2>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]