git: 7385a7f67c1f - main - system(3): fix typo santized -> sanitized

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 18:32:15 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7385a7f67c1f26f4a6948be9155efeee76cf321e

commit 7385a7f67c1f26f4a6948be9155efeee76cf321e
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2024-01-12 18:26:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-01-12 18:29:22 +0000

    system(3): fix typo santized -> sanitized
    
    PR: 276262
    Reviewed by: imp
---
 lib/libc/stdlib/system.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index 31682819dc6e..119432342f70 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 25, 2015
+.Dd January 11, 2024
 .Dt SYSTEM 3
 .Os
 .Sh NAME
@@ -103,6 +103,6 @@ user to run arbitrary command,
 because all meta-characters supported by
 .Xr sh 1
 would be honored.
-User supplied parameters should always be carefully santized
+User supplied parameters should always be carefully sanitized
 before they appear in
 .Fa string .