aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/0013-fix-typo-synbolic-symbolic.patch
blob: 46f90974b8fb310dc529eccfd0f14daaa7a93633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From ac7ca6d901d72b1bc4ed13be5438e825c07fc0da Mon Sep 17 00:00:00 2001
From: Michael Orlitzky <michael@orlitzky.com>
Date: Wed, 25 Nov 2020 07:11:55 -0500
Subject: [PATCH] src/rc/checkpath.c: fix typo "synbolic" -> "symbolic".

---
 src/rc/checkpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index ff54a8922..6422446a1 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -117,7 +117,7 @@ static int get_dirfd(char *path, bool symlinks) {
 					strerror(errno));
 		if (S_ISLNK(st.st_mode) ) {
 			if (st.st_uid != 0)
-				eerrorx("%s: %s: synbolic link %s not owned by root",
+				eerrorx("%s: %s: symbolic link %s not owned by root",
 						applet, path, str);
 			linksize = st.st_size+1;
 			if (linkpath)