capsules.md
... ...
@@ -121,9 +121,9 @@ Sometimes a duplicate occurs with an executable that is outside of the SBGrid or
121 121
1. Command Line arguments select the application for a single command :
122 122
**--sbapp:s** select application from a list
123 123
124
-2. Environment variable of the form ```_<EXECUTABLE>```, an underscore followed by executable in UPPER CASE. e.g. ```_XTERM=userpath``` will use xterm fromt he user's original path.
124
+2. Environment variable of the form ```_<EXECUTABLE>```, an underscore followed by executable in UPPER CASE. e.g. ```_XTERM=userpath``` will use xterm from the user's original path.
125 125
126
-3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. ```echo userpath > ~/.sbgrid_capsules/xterm ``` will set the SBGrid/BioGrids shells to alwasy use the user's path.
126
+3. A User Config_file in *~/.sbgrid_capsule/<execname>*. e.g. ```echo userpath > ~/.sbgrid_capsules/xterm ``` will set the SBGrid/BioGrids shells to always use the user's path.
127 127
128 128
4. A localsite file in *${SB_BASE}/local/capsule/${SB_ARCH}/defaults/execname*
129 129