[pacman-dev] [PATCH] PKGBUILD.5: Fix typo
Andre Schröder
andre.schroedr at gmail.com
Mon Aug 2 17:52:26 UTC 2021
Oops sorry, the patch broke due to line wrapping. This time it should work, I hope.
Signed-off-by: André Schröder <andre.schroedr at gmail.com>
---
doc/PKGBUILD.5.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc
index d207d92d..dee15f5e 100644
--- a/doc/PKGBUILD.5.asciidoc
+++ b/doc/PKGBUILD.5.asciidoc
@@ -361,7 +361,7 @@ function.
is skipped.
*build() Function*::
- The optional `build()` function is use to compile and/or adjust the source
+ The optional `build()` function is used to compile and/or adjust the source
files in preparation to be installed by the `package()` function.
*check() Function*::
--
2.32.0
On 02/08/2021 19.43, Andre Schröder wrote:
> Signed-off-by: André Schröder <andre.schroedr at gmail.com>
> ---
> doc/PKGBUILD.5.asciidoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc
> index d207d92d..dee15f5e 100644
> --- a/doc/PKGBUILD.5.asciidoc
> +++ b/doc/PKGBUILD.5.asciidoc
> @@ -361,7 +361,7 @@ function.
> is skipped.
>
> *build() Function*::
> - The optional `build()` function is use to compile and/or adjust the source
> + The optional `build()` function is used to compile and/or adjust the
> source
> files in preparation to be installed by the `package()` function.
>
> *check() Function*::
>
More information about the pacman-dev
mailing list