From 95e351e150f4536eb7d1fc9203f394115ea935bf Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:39:04 -0400 Subject: [PATCH] spelling: privileges Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37ac389..141d10b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -200,7 +200,7 @@ v1.16: 11FEB2014 Libcap support: Keep only CAP_NET_ADMIN if started as root with transparent proxying and dropping - priviledges (enable USELIBCAP in Makefile). This + privileges (enable USELIBCAP in Makefile). This avoids having to mess with filesystem capabilities. (Sebastian Schmidt/yath)