dev-manual/common-tasks: Fix typo

Message ID 20220118004250.1083005-1-robert.joslyn@redrectangle.org
State New
Headers show
Series dev-manual/common-tasks: Fix typo | expand

Commit Message

Robert Joslyn Jan. 18, 2022, 12:42 a.m. UTC
direction -> directory

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 documentation/dev-manual/common-tasks.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker Jan. 18, 2022, 9:03 a.m. UTC | #1
Hi Robert,

On 1/18/22 1:42 AM, Robert Joslyn wrote:
> direction -> directory
>
> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
> ---
>  documentation/dev-manual/common-tasks.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
> index ed6b1446f..d465c2f44 100644
> --- a/documentation/dev-manual/common-tasks.rst
> +++ b/documentation/dev-manual/common-tasks.rst
> @@ -7032,7 +7032,7 @@ variables were set.
>  
>  The ``opkg`` application uses configuration files to find available
>  package databases. Thus, you need to create a configuration file inside
> -the ``/etc/opkg/`` direction, which informs ``opkg`` of any repository
> +the ``/etc/opkg/`` directory, which informs ``opkg`` of any repository
>  you want to use.
>  
>  As an example, suppose you are serving packages from a ``ipk/``


Good catch, thanks for the patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next".

Thanks again
Michael.

Patch

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index ed6b1446f..d465c2f44 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7032,7 +7032,7 @@  variables were set.
 
 The ``opkg`` application uses configuration files to find available
 package databases. Thus, you need to create a configuration file inside
-the ``/etc/opkg/`` direction, which informs ``opkg`` of any repository
+the ``/etc/opkg/`` directory, which informs ``opkg`` of any repository
 you want to use.
 
 As an example, suppose you are serving packages from a ``ipk/``