[pacman-dev] PKGBUILD.5: Fix typo

Message ID e0799068-9ad7-4931-2695-657a207cf267@gmail.com
State Accepted, archived
Headers show
Series [pacman-dev] PKGBUILD.5: Fix typo | expand

Commit Message

Andre Schröder Aug. 2, 2021, 5:43 p.m. UTC
Signed-off-by: André Schröder <andre.schroedr@gmail.com>
---
 doc/PKGBUILD.5.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 *check() Function*::

Comments

Andre Schröder Aug. 2, 2021, 5:52 p.m. UTC | #1
Oops sorry, the patch broke due to line wrapping. This time it should work, I hope.

Signed-off-by: André Schröder <andre.schroedr@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*::
Allan McRae Aug. 4, 2021, 9:32 a.m. UTC | #2
On 3/8/21 3:52 am, Andre Schröder wrote:
> Oops sorry, the patch broke due to line wrapping. This time it should work, I hope.
> 
> Signed-off-by: André Schröder <andre.schroedr@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.
>  

Thanks.  Patch pulled to my working area.

>  *check() Function*::
>

Patch

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.