Browse Source

package/musepack: fix occurring typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 months ago
parent
commit
66dbf094d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/musepack/0004-missing-sys-select.patch

+ 1 - 1
package/musepack/0004-missing-sys-select.patch

@@ -1,7 +1,7 @@
 Add missing <sys/select.h> include
 Add missing <sys/select.h> include
 
 
 This header is needed when types like fd_set are used. This fixes a
 This header is needed when types like fd_set are used. This fixes a
-build issue occuring on the musl C library.
+build issue occurring on the musl C library.
 
 
 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 [Thomas: better commit log.]
 [Thomas: better commit log.]