svn commit: trunk/busybox/procps

vda at busybox.net vda at busybox.net
Wed Jul 16 21:11:10 UTC 2008


Author: vda
Date: 2008-07-16 14:11:09 -0700 (Wed, 16 Jul 2008)
New Revision: 22844

Log:
s/SELINIX/SELINUX/



Modified:
   trunk/busybox/procps/ps.c


Changeset:
Modified: trunk/busybox/procps/ps.c
===================================================================
--- trunk/busybox/procps/ps.c	2008-07-16 14:37:43 UTC (rev 22843)
+++ trunk/busybox/procps/ps.c	2008-07-16 21:11:09 UTC (rev 22844)
@@ -24,8 +24,8 @@
 
 
 #if ENABLE_SELINUX
-#define SELINIX_O_PREFIX "label,"
-#define DEFAULT_O_STR    (SELINIX_O_PREFIX "pid,user" USE_FEATURE_PS_TIME(",time") ",args")
+#define SELINUX_O_PREFIX "label,"
+#define DEFAULT_O_STR    (SELINUX_O_PREFIX "pid,user" USE_FEATURE_PS_TIME(",time") ",args")
 #else
 #define DEFAULT_O_STR    ("pid,user" USE_FEATURE_PS_TIME(",time") ",args")
 #endif
@@ -449,7 +449,7 @@
 #if ENABLE_SELINUX
 		if (!(opt & 1) || !is_selinux_enabled()) {
 			/* no -Z or no SELinux: do not show LABEL */
-			strcpy(default_o, DEFAULT_O_STR + sizeof(SELINIX_O_PREFIX)-1);
+			strcpy(default_o, DEFAULT_O_STR + sizeof(SELINUX_O_PREFIX)-1);
 		} else
 #endif
 		{




More information about the busybox-cvs mailing list