File: typo.patch

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (26 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 303737a55ef43f9ecce6085032d9f4ba912aa631 Mon Sep 17 00:00:00 2001
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Mon, 7 Apr 2025 23:20:08 +0200
Subject: [PATCH] Fix a typo in the documentation

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 src/confuse.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/confuse.h b/src/confuse.h
index a89b41e..4ec5ff3 100644
--- a/src/confuse.h
+++ b/src/confuse.h
@@ -386,7 +386,7 @@ extern const char __export confuse_author[];
  *
  * @param name name of the option
  * @param svalue pointer to a character pointer (a char **). This value
- * must be initalized either to NULL or to a malloc()'ed string. You
+ * must be initialized either to NULL or to a malloc()'ed string. You
  * can't use
  * <pre>
  * char *user = "joe";
-- 
2.47.2