Skip to content

Commit 325e524

Browse files
committed
Fixed spelling
1 parent ec02ad6 commit 325e524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $ git push origin [name_of_your_new_branch]
192192

193193

194194
### Setting up for cmd2 development
195-
For doing cmd2 development, it is recommended you create a virutal environment using Conda or Virtualenv and install the
195+
For doing cmd2 development, it is recommended you create a virtual environment using Conda or Virtualenv and install the
196196
package from the source.
197197

198198
#### Create a new environment for cmd2 using Pipenv
@@ -234,7 +234,7 @@ pyenv versions
234234
# Install python version defined
235235
pyenv install 3.6.3
236236
```
237-
With the Python version installed, you can set the virutalenv properly.
237+
With the Python version installed, you can set the virtualenv properly.
238238

239239
```sh
240240
$ cd ~/src/cmd2

0 commit comments

Comments
 (0)