浏览代码

package/gobject-introspection: fix altogether 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 月之前
父节点
当前提交
6d6d7bfe23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/gobject-introspection/0001-disable-tests.patch

+ 1 - 1
package/gobject-introspection/0001-disable-tests.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] disable tests
 
 If introspection data on the host is not built, meson throws the error:
 "Unknown variable "typelibs". Because tests are not required, removing
-the subdir tests alltogether fixes this issue.
+the subdir tests altogether fixes this issue.
 
 Signed-off-by: Adam Duskett <aduskett@gmail.com>
 ---