From 350197e46a4aa55d432dea0c5509681e6e5a4c0a Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 11 Aug 2021 16:03:08 +0200 Subject: Manuals: replace "file name" by "filename" There are many more instances of "filename" or "filenames" than of "file name" or "file names". The winner takes it all! (From yocto-docs rev: 13ef92bc301166c2e21d2603b2501749248dbe91) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/qa-checks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/qa-checks.rst') diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst index d452de4119..c3e40dba5e 100644 --- a/documentation/ref-manual/qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst @@ -539,7 +539,7 @@ Errors and Warnings when a recipe has been renamed. However, if that is not the case, the message might indicate that a private version of a library is being erroneously picked up as the provider for a common library. If that - is the case, you should add the library's ``.so`` file name to + is the case, you should add the library's ``.so`` filename to :term:`PRIVATE_LIBS` in the recipe that provides the private version of the library. -- cgit v1.2.3-54-g00ecf