26 lines
705 B
Diff
26 lines
705 B
Diff
From e8ffe5ad6549242908b666f352cf1f59d37c023c Mon Sep 17 00:00:00 2001
|
|
From: Michael Schroeder <mls@suse.de>
|
|
Date: Tue, 13 Oct 2015 13:28:56 +0200
|
|
Subject: [PATCH 4/6] Fix typo in comment
|
|
|
|
---
|
|
src/linkedpkg.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/linkedpkg.c b/src/linkedpkg.c
|
|
index c5adc9a..7575b0d 100644
|
|
--- a/src/linkedpkg.c
|
|
+++ b/src/linkedpkg.c
|
|
@@ -21,7 +21,7 @@
|
|
*
|
|
* product:
|
|
* created from product data in the repository (which is generated from files
|
|
- * in /etc/products.d. In the future we may switch to using product()
|
|
+ * in /etc/products.d). In the future we may switch to using product()
|
|
* provides of packages.
|
|
*
|
|
* pattern:
|
|
--
|
|
2.4.3
|
|
|