From 2c4bfaf22d51baaec11480f5ddf3cf6b39d765a8 Mon Sep 17 00:00:00 2001 From: Henrik Carling <henrik.carling@esss.se> Date: Fri, 24 Mar 2023 10:02:09 +0000 Subject: [PATCH] Fixed small spelling error --- PythonServer/pos-python-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonServer/pos-python-server.py b/PythonServer/pos-python-server.py index 72ff2b6..a0fba7f 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 -- GitLab