From: guenther Date: Fri, 28 Jan 2022 05:54:02 +0000 (+0000) Subject: When it's the possessive of 'it', it's spelled "its", without the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=455fc26f59e3bd961dbfd6ce14241d2c0b1ce540;p=openbsd When it's the possessive of 'it', it's spelled "its", without the apostrophe. --- diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index de2c14d246e..e1288dc6fc7 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_unix.c,v 1.28 2020/07/06 13:33:06 pirofti Exp $ */ +/* $OpenBSD: auth_unix.c,v 1.29 2022/01/28 05:54:02 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -34,7 +34,7 @@ /* * auth_unix.c, Implements UNIX style authentication parameters. * - * The system is very weak. The client uses no encryption for it's + * The system is very weak. The client uses no encryption for its * credentials and only sends null verifiers. The server sends backs * null verifiers or optionally a verifier that suggests a new short hand * for the credentials.