Stuff
diff --git a/procps/ps.c b/procps/ps.c
index d8a4233..55439da 100644
--- a/procps/ps.c
+++ b/procps/ps.c
@@ -74,7 +74,7 @@
     );
     else fprintf(stderr, "Internal error!\n");
 
-    /* For busybox, ignoring effecting, saved, etc */
+    /* For busybox, ignoring effective, saved, etc */
     tmp = strstr (S,"Uid:");
     if(tmp) sscanf (tmp,
         "Uid:\t%d", &P->ruid);