From e27b0876c3bcc2efafe33f8193cf49b6ede0a535 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 20 Aug 2019 15:33:30 +0300 Subject: [PATCH] samples: shell: fs: README: Typo in "pkgconfig" name. Was "pkconfig", which may confuse users whether some different tool than the standard pkgconfig is meant. Signed-off-by: Paul Sokolovsky --- samples/subsys/shell/fs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subsys/shell/fs/README.rst b/samples/subsys/shell/fs/README.rst index 6915053adca..8c24fab626e 100644 --- a/samples/subsys/shell/fs/README.rst +++ b/samples/subsys/shell/fs/README.rst @@ -19,7 +19,7 @@ Building Native Posix ============ -Before starting a build, make sure that the i386 pkconfig directory is in your +Before starting a build, make sure that the i386 pkgconfig directory is in your search path and that a 32-bit version of libfuse is installed. For more background information on this requirement see :ref:`native_posix`.