[vlc-commits] [Git][videolan/vlc][master] BUILD-win32: fix typos

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Sep 6 08:55:15 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
cacc4b02 by Michael Newman at 2026-09-06T08:43:41+00:00
BUILD-win32: fix typos

- - - - -


1 changed file:

- doc/BUILD-win32.md


Changes:

=====================================
doc/BUILD-win32.md
=====================================
@@ -73,7 +73,7 @@ tar xvf llvm-mingw-20220906-msvcrt-ubuntu-18.04-x86_64.tar.xz -C /opt
 ```
 Every time you build VLC, you will need to have the toolchain in your PATH.
 We recommend creating a script file to do this, so that you can call
-it when you start your build sesson:
+it when you start your build session:
 
 ```sh
 echo 'export PATH=/opt/llvm-mingw-20220906-msvcrt-ubuntu-18.04-x86_64/bin:$PATH' > toolchain.sh
@@ -85,7 +85,7 @@ You will need to call this file when you start your build session:
 source toolchain.sh
 ```
 
-* On msys2, **use the mingw64 (blue) environment** (ie not msys (purple) the  or mingw32 (grey) environments):
+* On msys2, **use the mingw64 (blue) environment** (ie not msys (purple) or mingw32 (grey) environments):
 ```sh
 wget https://github.com/mstorsjo/llvm-mingw/releases/download/20220906/llvm-mingw-20220906-msvcrt-x86_64.zip
 unzip llvm-mingw-20220906-msvcrt-x86_64.zip -d /opt
@@ -93,7 +93,7 @@ unzip llvm-mingw-20220906-msvcrt-x86_64.zip -d /opt
 
 Every time you build VLC, you will need to have the toolchain in your PATH.
 We recommend creating a script file to do this, so that you can call
-it when you start your build sesson:
+it when you start your build session:
 
 ```sh
 echo 'export PATH=/opt/llvm-mingw-20220906-msvcrt-x86_64/bin:$PATH' > toolchain.sh



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cacc4b02aefda52c0cff1b0039399bbfd9c38e95

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cacc4b02aefda52c0cff1b0039399bbfd9c38e95
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list