From 3192f0b644b932833578eec7186291ec203c5fa8 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 17 Oct 2024 14:25:03 +0200
Subject: [PATCH] DOC: Fix two typos

---
 src/caoscrawler/converters/converters.py | 2 +-
 src/doc/cfood.rst                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/caoscrawler/converters/converters.py b/src/caoscrawler/converters/converters.py
index 874b348c..8b5f9a60 100644
--- a/src/caoscrawler/converters/converters.py
+++ b/src/caoscrawler/converters/converters.py
@@ -183,7 +183,7 @@ value: Union[dict, str, list]
     - if it starts with '+', collection mode is "list",
     - in case of '*', collection mode is "multiproperty",
     - and everything else is "single".
-  - If *list*, each element is checked for replacement and the
+  - If *list*, each element is checked for variable replacement and the
     resulting list will be used as (list) value for the property
 
 Returns
diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst
index 31b0e2c2..a42d5930 100644
--- a/src/doc/cfood.rst
+++ b/src/doc/cfood.rst
@@ -232,7 +232,7 @@ in a vairable with the same name (as it is the case for other Records).
 
       somefile:
 	type: SimpleFile
-	match: ^params.*$  # macht any file that starts with "params"
+	match: ^params.*$  # match any file that starts with "params"
 	records:
 	  fileEntity:
 	    role: File           # necessary to create a File Entity
-- 
GitLab