Skip to content
Snippets Groups Projects
Commit 2c4bfaf2 authored by Henrik Carling's avatar Henrik Carling
Browse files

Fixed small spelling error

parent b3c34417
No related branches found
No related tags found
No related merge requests found
Pipeline #140907 passed
...@@ -201,7 +201,7 @@ async def get_archiver_from_secs(pvlist: str, seconds: int, samples: int, output ...@@ -201,7 +201,7 @@ async def get_archiver_from_secs(pvlist: str, seconds: int, samples: int, output
def search_cf(searchlist: str, output: str): def search_cf(searchlist: str, output: str):
wordlist = searchlist.split(",") wordlist = searchlist.split(",")
if len(wordlist) <= 1 and len(wordlist[0]) < 2: 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 = ( all_casings = (
lambda s: s lambda s: s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment