ci: fix minor comment typo
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Nov 2021 08:46:15 +0000 (12:46 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Nov 2021 08:46:15 +0000 (12:46 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1371>

.gitlab-ci.yml

index 70a1719..ae7d5f4 100644 (file)
@@ -427,7 +427,7 @@ build msys2 :
       allow_failure: true
       when: 'manual'
   script:
-    # Make sure powershell exists on errors
+    # Make sure powershell exits on errors
     # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
     - $ErrorActionPreference = "Stop"