.configurations/user_steps.dsc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7a0a781da0a56bc38435e556c22f2e7ad4bd1a31 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Oct 11 13:52:01 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Oct 11 14:01:05 2024 +0200 Fix typo Change-Id: Ia7e162526621b8c6613e59d1bab6712e2d65dbc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174811 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/.configurations/user_steps.dsc.yaml b/.configurations/user_steps.dsc.yaml index 8f9cf83e5b1a..21646c12cc74 100644 --- a/.configurations/user_steps.dsc.yaml +++ b/.configurations/user_steps.dsc.yaml @@ -30,7 +30,7 @@ properties: - resource: xPSDesiredStateConfiguration/xScript id: wsl-check directives: - description: check that wsl utility is avilable/working - i.e. whehter wsl is installed + description: check that wsl utility is available/working - i.e. whether wsl is installed settings: TestScript: wsl.exe --status ; return ![bool]$LASTEXITCODE GetScript: return $false