From 863cfa0e6f98c0a2bdea3e4af0ca590942532d9d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 9 Aug 2007 14:29:47 +1000 Subject: - (dtucker) [openbsd-compat/port-aix.c] Comment typo. --- openbsd-compat/port-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat/port-aix.c') diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index b9fabf61f..94faec670 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -240,7 +240,7 @@ sys_auth_allowed_user(struct passwd *pw, Buffer *loginmsg) /* * Don't perform checks for root account (PermitRootLogin controls - * logins via * ssh) or if running as non-root user (since + * logins via ssh) or if running as non-root user (since * loginrestrictions will always fail due to insufficient privilege). */ if (pw->pw_uid == 0 || geteuid() != 0) { -- cgit v1.2.3