From 7a0a781da0a56bc38435e556c22f2e7ad4bd1a31 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 11 Oct 2024 13:52:01 +0200 Subject: [PATCH] Fix typo Change-Id: Ia7e162526621b8c6613e59d1bab6712e2d65dbc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174811 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- .configurations/user_steps.dsc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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