diff --git a/PythonServer/pos-python-server.py b/PythonServer/pos-python-server.py
index 72ff2b6307fa5037364f50d74e3c756fd68aff96..a0fba7fec3e11e77e798b90883e1e36d66ec7b7e 100755
--- a/PythonServer/pos-python-server.py
+++ b/PythonServer/pos-python-server.py
@@ -201,7 +201,7 @@ async def get_archiver_from_secs(pvlist: str, seconds: int, samples: int, output
 def search_cf(searchlist: str, output: str):
     wordlist = searchlist.split(",")
     if len(wordlist) <= 1 and len(wordlist[0]) < 2:
-        return "Too few worlds or first word shorter than three chars"
+        return "Too few words or first word shorter than three chars"
 
     all_casings = (
         lambda s: s