PERFORCE change 96078 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue Apr 25 17:48:10 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96078

Change 96078 by csjp at csjp_xor on 2006/04/25 17:47:06

	Fix spelling error.
	
	Spotted by:	wsalamon

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.bin/su/su.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.bin/su/su.c#15 (text+ko) ====

@@ -256,7 +256,7 @@
 	if (pwd == NULL) {
 #ifdef USE_BSM_AUDIT
 		if (audit_submit(AUE_su, getuid(), 1, EPERM,
-		    "unable to determain invoking subject"))
+		    "unable to determine invoking subject"))
 			errx(1, "Permission denied");
 #endif
 		errx(1, "who are you?");


More information about the p4-projects mailing list