Assorted spelling fixes.
diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c
index 482d870..33e96c1 100644
--- a/programs/cmd/builtins.c
+++ b/programs/cmd/builtins.c
@@ -734,7 +734,7 @@
   }
 
 
-  /* If it didnt move the position, step to next command */
+  /* If it didn't move the position, step to next command */
   if (curPosition == *cmdList) *cmdList = (*cmdList)->nextcommand;
 
   /* Process any other parts of the command */