From df15896a9da46dbe95466fe2108583961f91d61c Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 11 Jun 2026 07:06:08 -0400 Subject: [PATCH] dev-manual: fix broken grammar in "Libraries" section (From yocto-docs rev: 2891c40e0f0b491fe45c215465ba74628d870a3f) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit ff83e149175dc7470770cc53fd75a243d0fc8191) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/libraries.rst b/documentation/dev-manual/libraries.rst index 521dbb9a7c..fe3c5f28dc 100644 --- a/documentation/dev-manual/libraries.rst +++ b/documentation/dev-manual/libraries.rst @@ -232,7 +232,7 @@ Here are the implementation details for the IPK Package Management System: Installing Multiple Versions of the Same Library ================================================ -There are be situations where you need to install and use multiple versions +There might be situations where you need to install and use multiple versions of the same library on the same system at the same time. This almost always happens when a library API changes and you have multiple pieces of software that depend on the separate versions of the