소스 검색

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 달 전
부모
커밋
66dbf094d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 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>
 [Thomas: better commit log.]