wlcs/215.patch
Benjamin A. Beasley 3eb2210d0a Rebuild for gtest 1.11.0 (fix RHBZ#2001358)
- Remove obsolete macros and workarounds
- Update architecture lists for sanitizers
- Audit source licenses and correct License from “GPLv2 or GPLv3” to “GPLv3”
- Drop license files from -devel since it depends on the base package
- Reduce macro indirection in the spec file
- Use more pkgconfig(…) and cmake(…) dependencies where appropriate
- Package README.rst in -devel package only, and also package example/
- Fix a trivial typo in README.rst and the package description
2021-11-02 15:14:23 -04:00

26 lines
1.1 KiB
Diff

From 6aa1becb3cee328f715af76d16de544974b6646e Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Tue, 2 Nov 2021 13:40:07 -0400
Subject: [PATCH] =?UTF-8?q?Fix=20a=20trivial=20typo=20(=E2=80=9Caid?=
=?UTF-8?q?=E2=80=9D=20for=20=E2=80=9Cand=E2=80=9D)=20in=20README.rst?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 50f8ec1f..7656dc30 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ happens-before ordering available.
Instead, ``wlcs`` relies on compositors providing an integration module,
providing ``wlcs`` with API hooks to start a compositor, connect a client,
-move a window, and so on. This makes both writing aid debugging tests easier -
+move a window, and so on. This makes both writing and debugging tests easier -
the tests are (generally) in the same address space as the compositor, so there
is a consistent global clock available, it's easier to poke around in
compositor internals, and standard debugging tools can follow control flow from