d5ad41ce99
Resolves: RHEL-23706
34 lines
981 B
Diff
34 lines
981 B
Diff
From f0c08b4cae724057dc1183efacec45cb9032f1aa Mon Sep 17 00:00:00 2001
|
|
From: Evan Goode <mail@evangoo.de>
|
|
Date: Tue, 18 Jun 2024 16:53:34 -0400
|
|
Subject: [PATCH] s/Differnt/Different
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
---
|
|
README.rst | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/README.rst b/README.rst
|
|
index 321abfe..47410b2 100644
|
|
--- a/README.rst
|
|
+++ b/README.rst
|
|
@@ -29,10 +29,10 @@ From the DNF git checkout directory::
|
|
CMake optional switches::
|
|
|
|
-DWITHOUT_LOCAL:str=1
|
|
- Differnt string value than "0" disables installing a local plugin.
|
|
+ Different string value than "0" disables installing a local plugin.
|
|
|
|
-DWITHOUT_DEBUG:str=1
|
|
- Differnt string value than "0" disables installing a debug plugin.
|
|
+ Different string value than "0" disables installing a debug plugin.
|
|
|
|
Then to run DNF::
|
|
|
|
--
|
|
2.45.2
|
|
|